@extends('admin.layouts.master') @section('title', 'LynX Admin - God\'s Eye') @section('page-title', '👁️ God\'s Eye™ Safety Center') @section('content')
No active deviations. All rides on track!
God's Eye is monitoring in real-time
No active SOS alerts.
| ID | Type | User | Status | Deviation | Detected | Resolved |
|---|---|---|---|---|---|---|
| #{{ $deviation->id }} | {{ str_replace('_', ' ', ucfirst($deviation->status)) }} | {{ $deviation->user?->full_name ?? 'N/A' }} | {{ $deviation->status }} | {{ number_format($deviation->deviation_distance_meters, 0) }}m | {{ $deviation->detected_at?->diffForHumans() }} | {{ $deviation->acknowledged_at?->diffForHumans() ?? $deviation->updated_at->diffForHumans() }} |
| No resolved deviations yet | ||||||