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