@if(count($note_history)!=0) @foreach ($note_history as $note)
{!! isset($note['assessment']) ? nl2br($note['assessment']) : '-' !!}
{!! (isset($note['treatment']) ? nl2br($note['treatment']) : '-') !!}
{!! isset($note['recommendations']) ? nl2br($note['recommendations'] ) : '-' !!}
{{ $f->notes_product_name->product_name ?? "" }}
{{ $f->suggested_use ?? "" }}