{{ __('Dashboard') }} @if(isset($globalNotificationCount) && $globalNotificationCount > 0) {{ $globalNotificationCount }} @endif @hasanyrole('Admin|Staff') {{-- Finance Dropdown --}}
🚛 Trips ⛽ Fuel 💰 Payments
@endhasanyrole @hasrole('Admin') {{-- Manage Dropdown --}}
🚗 Vehicles 👤 Drivers 🔑 Driver Accounts
🔧 Maintenance
{{-- Reports Dropdown --}}
📊 Reports 📒 Vehicle Ledger 📒 Driver Ledger
{{-- System Dropdown --}}
⚙️ Settings 💾 Backups 📋 Activity Logs 🕐 Login History
@endhasrole @hasrole('Driver') {{ __('My Trips') }} {{ __('Add Trip') }} @endhasrole
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('Dashboard') }} @hasanyrole('Admin|Staff')
Operations
🚛 {{ __('Trips') }} ⛽ {{ __('Fuel') }} 💰 {{ __('Payments') }} @endhasanyrole @hasrole('Admin')
Manage
🚗 {{ __('Vehicles') }} 👤 {{ __('Drivers') }} 🔑 {{ __('Driver Accounts') }} 🔧 {{ __('Maintenance') }}
Reports
📊 {{ __('Reports') }} 📒 {{ __('Vehicle Ledger') }} 📒 {{ __('Driver Ledger') }}
System
⚙️ {{ __('Settings') }} 💾 {{ __('Backups') }} 📋 {{ __('Activity Logs') }} 🕐 {{ __('Login History') }} @endhasrole @hasrole('Driver') {{ __('My Trips') }} {{ __('Add Trip') }} @endhasrole
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}
@csrf {{ __('Log Out') }}