• Back
  • Main Dashboard
  • routeIs('admin.dashboard') ? 'id=active' : '' }} href="{{ route('admin.dashboard') }}"> Dashboard
  • {{--
  • routeIs('admin.dashboard') ? 'id=active' : '' }} href="javascript:void(0);"> Dashboard
    • Overview
    • @role('TICKET_MANAGER')
    • New Passenger
    • @endrole @role('ADMIN')
    • New Vehicle
    • @endrole
  • --}} @role('ADMIN')
  • routeIs('admin.driver*') ? 'id=active' : '' }} href="{{ route('admin.drivers.index') }}"> Drivers Record
  • routeIs('admin.vehicle*') ? 'id=active' : '' }} href="javascript:void(0);"> Manage Vehicles
    • Vehicle List
    • Makes & Models
    • Vehicle Types
  • @endrole @hasanyrole('TICKET_MANAGER|ADMIN')
  • routeIs('admin.terminals*') ? 'id=active' : '' }} href="{{ route('admin.terminals.index') }}"> Manage Terminals
  • @endhasanyrole @role('TICKET_MANAGER')
  • routeIs('admin.passengers*') ? 'id=active' : '' }} href="{{ route('admin.passengers.index') }}"> Manage Passengers
  • @endrole @hasanyrole('TICKET_MANAGER|ADMIN')
  • routeIs('admin.trips.controls*') ? 'id=active' : '' }} href="{{ route('admin.trips.controls') }}"> Trips Control
  • routeIs('admin.trips*') ? 'id=active' : '' }} href="javascript:void(0);"> Manage Trip
    • Cancel Trip
    • Reschedule Trip
    • {{--
    • No Show Trip
    • --}}
    • Penalties
  • @endhasanyrole @role('TICKET_MANAGER')
  • routeIs('admin.bookings*') ? 'id=active' : '' }} href="{{ route('admin.bookings.index') }}"> Manage Bookings
  • @endrole @role('ADMIN')
  • routeIs('admin.pricing*') ? 'id=active' : '' }} href="{{ route('admin.pricing.index') }}"> Pricing
  • @endrole
  • routeIs('admin.financials*') ? 'id=active' : '' }} href="javascript:void(0);"> Financial Overview
    • Daily Log Summary
    • Financial History
  • @role('ADMIN')
  • routeIs('admin.admins*') ? 'id=active' : '' }} href="{{ route('admin.admins.index') }}"> Manage Admins
  • routeIs('admin.settings*') ? 'id=active' : '' }} href="{{ route('admin.settings.show') }}"> Settings
  • @endrole {{--
  • --}} {{-- --}} {{-- Log Out--}} {{--
  • --}} {{-- --}}