@extends('layouts.user') @section('title', 'Job Mission Notes') @section('content')
View and export notes submitted by employees during their missions.
| Submitted Date | Employee | Mission Note |
|---|---|---|
|
Grouped by Duty ID
|
||
|
{{ $note->created_at->format('M d, Y') }}
{{ $note->created_at->format('H:i A') }}
|
{{ str_replace('Employee ', '', strtoupper(substr($note->employee->first_name ?? 'E', 0, 1))) }}
{{ $note->employee->first_name }}
{{ $note->employee->last_name }}
{{ $note->employee->employee_id }}
|
|
| No job mission notes found matching your criteria. | ||