mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-08 14:04:50 +00:00
9 lines
192 B
PHP
9 lines
192 B
PHP
@if ($invoice->notes != '' && $invoice->notes != null)
|
|
<div class="notes">
|
|
<div class="notes-label">
|
|
Notes
|
|
</div>
|
|
{{$invoice->notes}}
|
|
</div>
|
|
@endif
|