fixed invoice footer
This commit is contained in:
@ -263,9 +263,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@if ($item->footer)
|
||||
@if ($invoice->footer)
|
||||
<div class="row">
|
||||
{!! $item->footer !!}
|
||||
{!! $invoice->footer !!}
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user