• {{ __('Dashboard') }}
  • @if(Auth::guard('admin')->user()->type == 3) @else
  • {{ __('Ride History') }}
  • {{--
  • {{ __('Phone Bookings') }}
  • --}} @if (Auth::guard('admin')->user()->type == 1)
  • {{ __('Track Drivers') }}
  • {{ __('Send Mail') }}
  • @if (Auth::guard('admin')->user()->type == 1)
  • {{ __('Fare System') }}
    • {{ __('Local') }}
    • {{ __('Outstation') }}
    • {{ __('Rental') }}
  • @endif
  • {{ __('Notifications') }}
  • {{ __('Support Center') }}
  • {{ __('Coupons') }}
  • @else @endif @if (Auth::guard('admin')->user()->type == 1)
  • {{ __('Latest Offers') }}
  • {{ __('Wallet Transaction') }}
  • @endif @endif
  • {{ __('Users') }}
    • {{ __('Customers') }}
    • {{ __('Taxi Owners') }}
    • @if(in_array(Auth::guard('admin')->user()->type,[2,3,4])) @else
    • {{ __('Subscription Notify') }}
    • {{ __('Delete Requests') }}
    • {{ __('Withdraw Requests') }}
    • @endif
  • @if(!in_array(Auth::guard('admin')->user()->type,[3,4]))
  • {{ __('Manage Content') }}
    • {{ __('Testimonials') }}
    • {{ __('Subscription Packages') }}
    • {{ __('Rental Packages') }}
    • {{ __('Vehicle Type') }}
    • {{ __('Vehicle Capacity') }}
    • {{ __('Vehicle Brand') }}
    • {{ __('Vehicle Model') }}
    • {{ __('Vehicle Colour') }}
  • @endif @if(!in_array(Auth::guard('admin')->user()->type,[3,4]))
  • {{ __('Locations') }}
    • {{ __('Country') }}
    • {{ __('State') }}
    • {{ __('City') }}
  • @endif
  • {{ __('Subscriptions') }}
  • @if(Auth::guard('admin')->user()->type==1)
  • {{ __('Admin Users') }}
  • {{ __('Site Settings') }}
    • {{ __('Settings') }}
    • {{ __('API Auth') }}
  • @endif