Generated on {{ now()->format('M d, Y H:i A') }}
| Time | Employee | Mission Note | Evidence |
|---|---|---|---|
|
{{ $note->created_at->format('M d, Y') }} {{ $note->created_at->format('H:i A') }} |
{{ $note->employee->full_name ?? ($note->employee->first_name . ' ' . $note->employee->last_name) }} | "{{ $note->note }}" |
@if($note->image)
|