• Main
  • @if($user->role == 'superadmin' || $user->role == 'admin' || $user->role == 'staff')
  • Dashboard
  • @endif
  • Scheduling
  • Notifications
  • @if($user->role == 'superadmin' || $user->role == 'admin' || $user->role == 'staff')
  • Students
  • Instructors
  • School
  • Fleet
  • Branches
  • Invoices
  • Communication
  • @endif @if($user->role == 'superadmin' || $user->role == 'admin')
  • Staff
  • @endif
  • Account
  • @if($user->role == 'superadmin' || $user->role == 'admin')
  • Courses
  • @endif @if(env('SHOW_SCHOOLS_MENU') == 'Enabled' && $user->role == 'superadmin')
  • Schools
  • @endid
  • Settings