@if ($invoice->notes != '' && $invoice->notes != null)
Notes
{!! nl2br(htmlspecialchars($invoice->notes)) !!}
@endif