{{ __('Dashboard') }} {{ __('Bookings') }} {{ __('New Booking') }} @if(in_array(Auth::user()->role, ['Branch Manager', 'Driver'])) {{ __('Receive') }} {{ __('Bulk Status') }} @endif @if(in_array(Auth::user()->role, ['Branch Manager', 'Receptionist'])) {{ __('Customers') }} @endif @if(Auth::user()->role === 'Branch Manager') {{ __('Reports') }} @endif @if(Auth::user()->role === 'Branch Manager') {{ __('Users') }} {{ __('Rates') }} {{ __('Settings') }} @endif
{{ __('Profile') }}
@csrf {{ __('Log Out') }}
{{ __('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') }}
@csrf {{ __('Log Out') }}