Content:
{!! nl2br(e($note->content)) !!}
@if($note->has_attachments)
Attachments:
@foreach($note->attachments as $attachment)
-
{{ $attachment }}
@endforeach
@endif
Created:
{{ $note->created_at->format('M d, Y H:i') }}
Updated:
{{ $note->updated_at->format('M d, Y H:i') }}