{!! html_entity_decode($request->content) !!} {{$request->user_created->fullname}} (MS: {{$request->user_created->id}}) {{date('d/m/Y H:i', strtotime($request->created_at))}}
@endforeachGhi 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) !!}