{{ __('Dashboard') }}
{{ __('Bookings') }}
{{ __('New Booking') }}
@if(in_array(Auth::user()->role, ['Branch Manager', 'Driver']))
{{ __('Receive Shipment') }}
{{ __('Bulk Status Update') }}
@endif
@if(in_array(Auth::user()->role, ['Branch Manager', 'Receptionist']))
{{ __('Customers') }}
@endif
@if(Auth::user()->role === 'Branch Manager')
{{ __('Reports') }}
{{ __('Users') }}
{{ __('Rates') }}
{{ __('Settings') }}
@endif
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ __('Profile') }}