Created
February 12, 2018 01:49
-
-
Save worstn8mare/4ab52884a7a0c249c01c0d4659a6548d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @global('accounting_memo_credit_memo') | |
| <footer class="footer"> | |
| <nav class="navbar navbar-inverse navbar-fixed-bottom" style="background: #3A3A3A;"> | |
| @if(isset($detail,$header)) | |
| @if($header->status == 'New') | |
| @has('update') | |
| <button class="update btn btn-lg btn-sm space forbuttons" form="creditmemo" type="submit" id="save-button" name="update" value="Update"><img src="\images\update1.png"> <font color="white">Update</font> | |
| </button> | |
| @endhas | |
| @has('finalize') | |
| <button class="finalize btn btn-lg btn-sm forbuttons" form="creditmemo" type="submit" id="finalize-button" name="finalize" value="Finalize"><img src="\images\finalized1.png"> <font color="white">Finalize</font></button> | |
| @endhas | |
| @has('void') | |
| <button class="void btn btn-lg btn-sm forbuttons" form="creditmemo" type="submit" id="void-button" name="void" value="Void"><img src="\images\void1.png"> <font color="white">Void</font></button> | |
| @endhas |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment