mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04: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
|