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