mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-16 17:54:06 +00:00
9 lines
224 B
PHP
9 lines
224 B
PHP
@if ($estimate->notes != '' && $estimate->notes != null)
|
|
<div class="notes">
|
|
<div class="notes-label">
|
|
Notes
|
|
</div>
|
|
{!! nl2br(htmlspecialchars($estimate->notes)) !!}
|
|
</div>
|
|
@endif
|