@foreach($notes as $note)

{{isset($note->user->fullname)?$note->user->fullname:''}} (MS: {{$note->user_id}})      {{date('H:i d-m-Y', strtotime($note->created_at))}}
{!! html_entity_decode($note->content) !!}

@endforeach