Ghi chú
@if($notes) @foreach($notes as $note)
{{$note->user->fullname}}
(MS: {{$note->user->id}})
{{date('d/m/Y H:i', strtotime($note->created_at))}}
{!! html_entity_decode($note->content) !!}