{{ __('Dashboard') }}
@if(isset($globalNotificationCount) && $globalNotificationCount > 0)
{{ $globalNotificationCount }}
@endif
@hasanyrole('Admin|Staff')
{{-- Finance Dropdown --}}
@endhasanyrole
@hasrole('Admin')
{{-- Manage Dropdown --}}
{{-- Reports Dropdown --}}
{{-- System Dropdown --}}
@endhasrole
@hasrole('Driver')
{{ __('My Trips') }}
{{ __('Add Trip') }}
@endhasrole