fixed invoice footer

This commit is contained in:
denisdulici 2019-11-28 01:28:56 +03:00
parent 60bbfc1ff0
commit 9439e7061c

View File

@ -263,9 +263,9 @@
</div>
</div>
@if ($item->footer)
@if ($invoice->footer)
<div class="row">
{!! $item->footer !!}
{!! $invoice->footer !!}
</div>
@endif
</div>