Key Info
@if($note)
Updated {{ $note->updated_at->diffForHumans() }}
@endif
@can('notes.create')
@error('content')
{{ $message }}
@enderror
@if($note && $note->user)
Last edited by {{ $note->user->name_first }} {{ $note->user->name_last }}
@else
@endif
@else
@if($content)
{{ $content }}
@else
There is no key info recorded.
@endif
@endcan
@endcan
@cannot('notes.view')
You do not have permission to view this.
@endcannot