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