@include('partials.head')
{{ __('Dashboard') }}
{{ __('Devices') }}
{{ __('Live Tracking') }}
{{ __('Geofences') }}
{{ __('Events & Alerts') }}
{{ __('Reports') }}
@can('admin panel')
{{ __('Admin Dashboard') }}
{{ __('User Management') }}
{{ __('Driver Management') }}
{{ __('Command Center') }}
{{ __('Notification Center') }}
{{ __('Subscriptions') }}
@endcan
{{ auth()->user()->initials() }}
{{ auth()->user()->name }}
{{ auth()->user()->email }}
{{ __('Settings') }}
@csrf
{{ __('Log Out') }}
{{ auth()->user()->initials() }}
{{ auth()->user()->name }}
{{ auth()->user()->email }}
{{ __('Settings') }}
@csrf
{{ __('Log Out') }}
{{ $slot }} @fluxScripts