@extends('layouts.employee') @section('title', 'Tactical Dashboard') @section('content') @if(isset($birthdayWish))
{{ $birthdayWish }}
{{ $hiringAnniversaryWish }}
Your security license expired on {{ \Carbon\Carbon::parse($employee->license_expiry)->format('d M, Y') }}. Immediate action is required to maintain operational status.
12-Month Performance Trend
{{ $highestMonth }}
"Peak performance achieved through consistent operational excellence and route density."
Current & Upcoming Today
Intel Log #{{ $job->duty_number }}
No visual evidence available
No active operations
Scheduled for {{ Carbon\Carbon::today()->format('d M Y') }}
No duties scheduled for today
Completed Operations
| Mission | Times | Actions |
|---|---|---|
|
#{{ $cJob->duty_number }}
{{ $cJob->site->name }}
{{ $cJob->from_datetime->format('d M Y') }}
|
{{ $cJob->pivot->actual_start_at ? \Carbon\Carbon::parse($cJob->pivot->actual_start_at)->format('H:i') : '--:--' }}
-
{{ $cJob->pivot->actual_end_at ? \Carbon\Carbon::parse($cJob->pivot->actual_end_at)->format('H:i') : '--:--' }}
|
No completed missions found
Route Patrols
Duty #{{ $job->duty_number }}
[PATROLLER] {{ $job->route->name }}
{{ $job->from_time->format('h:i A') }} - {{ $job->to_time->format('h:i A') }} • {{ $job->route->sites->count() }} sites
No patrol jobs today
Recent patrol reports
[PATROLLER] {{ $job->route->name }}
{{ $job->from_time->format('M d, Y h:i A') }} • Duty #{{ $job->duty_number }}
Equipment Inventory
| Item | Variant | Qty | Issued Date |
|---|---|---|---|
|
{{ $issued->variant->uniform->name }}
@if($issued->notes)
{{ Str::limit($issued->notes, 30) }} @endif |
{{ $issued->variant->size }}
{{ $issued->variant->color }}
|
{{ $issued->quantity }} | {{ $issued->issued_at->format('M d, Y') }} |
No uniforms issued yet