mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-31 21:51:10 -04:00
9 lines
221 B
PHP
9 lines
221 B
PHP
@if ($invoice->notes != '' && $invoice->notes != null)
|
|
<div class="notes">
|
|
<div class="notes-label">
|
|
Notes
|
|
</div>
|
|
{!! nl2br(htmlspecialchars($invoice->notes)) !!}
|
|
</div>
|
|
@endif
|