Deployment ID: #{{ $schedule->duty_number }} | Site: {{ $schedule->site->name }}
| Operative Name | {{ $employee->first_name }} {{ $employee->last_name }} |
| Employee ID | {{ $employee->employee_id }} |
| Organization | {{ $schedule->company->name }} |
| Scheduled Start | {{ $schedule->from_datetime->format('Y-m-d H:i') }} | Actual Start | {{ $pivot->actual_start_at ? \Carbon\Carbon::parse($pivot->actual_start_at)->format('Y-m-d H:i') : 'N/A' }} |
| Scheduled End | {{ $schedule->to_datetime->format('Y-m-d H:i') }} | Actual End | {{ $pivot->actual_end_at ? \Carbon\Carbon::parse($pivot->actual_end_at)->format('Y-m-d H:i') : 'N/A' }} |
| Infiltration Coordinates (Start) | {{ $pivot->start_lat ?? 'N/A' }}, {{ $pivot->start_lng ?? 'N/A' }} |
| Extraction Coordinates (End) | {{ $pivot->end_lat ?? 'N/A' }}, {{ $pivot->end_lng ?? 'N/A' }} |
{{ $incident->description }}
No tactical incidents reported during this deployment.
@endforelse