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