mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 15:34:39 -04:00
Add conditional on invoice view page for pay now link
This commit is contained in:
parent
2e4cd7459a
commit
ec0f49e88a
@ -18,9 +18,11 @@
|
|||||||
<div class="row mt-4">
|
<div class="row mt-4">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
|
|
||||||
|
@if($invoice->isPayable())
|
||||||
<div class="float-right">
|
<div class="float-right">
|
||||||
<button class="btn btn-primary">{{ ctrans('texts.pay_now') }}</button>
|
<button class="btn btn-primary">{{ ctrans('texts.pay_now') }}</button>
|
||||||
</div>
|
</div>
|
||||||
|
@endif
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user