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