Real-time detection for time duration deviations, off-route boundaries, excessive stoppages, speed limits, and incident logs.
Logged system-wide
Action Required
Critical: {{ $criticalCount }} | High: {{ $highCount }}
Time: {{ $timeDeviationCount }} | Path: {{ $pathDeviationCount }}
| Code & Severity | Alert Title | Vehicle & Driver | Route & Location | Variance | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ $alert->alert_code }}
{{ $alert->severity }}
|
{{ $alert->title }}
|
{{ $alert->employee?->full_name ?? 'Unassigned' }}
|
{{ $alert->route?->name ?? 'Municipal Sector Route' }}
|
@if($alert->threshold_value || $alert->actual_value)
Limit:
{{ $alert->clean_threshold_value }}
Act:
{{ $alert->clean_actual_value }}
|
{{ str_replace('_', ' ', $alert->status) }} |
@if(auth()->user()?->isSuperAdmin())
@endif
|
There are currently no alerts matching your selected category filter or search query.
Code: {{ $selectedAlert->alert_code }} | Severity: {{ ucfirst($selectedAlert->severity) }}
{{ $selectedAlert->description }}
| Assigned Vehicle: | {{ $selectedAlert->vehicle?->vehicle_number ?? 'N/A' }} |
| Operator Driver: | {{ $selectedAlert->employee?->full_name ?? 'N/A' }} |
| Assigned Route: | {{ $selectedAlert->route?->name ?? 'N/A' }} |
| Location Segment: | {{ $selectedAlert->location_name ?: 'GPS Waypoint' }} |
| Trigger Timestamp: | {{ $selectedAlert->formatted_triggered_time }} |
Update operational status and log dispatcher resolution remarks.
Manually trigger an operational alert or incident log for dispatcher testing.