• {{ __('Dashboard') }}
    • {{ __('My Home') }}
    • {{ __('My Profile') }}
  • {{ __('Plan & Billing') }}
    • {{ __('Choose Plan') }}
    • {{ __('Current Plan') }}
    • {{ __('Transaction History') }}
  • @if ($app_setting['organization']?->domain == request()->getSchemeAndHttpHost()) @canany(['category.index', 'course.index', 'chapter.index'])
  • {{ __('Course Management') }}
    • {{ __('Category') }}
    • {{ __('Course') }}
    • {{ __('Chapter') }}
  • @endcanany @canany(['exam.select_course', 'quiz.select_course'])
  • icon {{ __('Assessment Management') }}
    • {{ __('Exam') }}
    • {{ __('Quiz') }}
  • @endcanany @canany(['coupon.index', 'coupon.create'])
  • icon {{ __('Coupon Management') }}
    • {{ __('Coupon List') }}
    • {{ __('Add New Coupon') }}
  • @endcanany @canany(['instructor.index', 'instructor.create'])
  • icon {{ __('Faculty Management') }}
    • {{ __('Instructor List') }}
    • {{ __('Add New Instructor') }}
    • {{ __('Featured Instructors') }}
  • @endcanany
  • icon {{ __('Student Records') }}
      @can('user.index')
    • {{ __('Student List') }}
    • @endcan @can('enrollment.index')
    • {{ __('Total Enrolled') }}
    • @endcan @can('review.index')
    • {{ __('Student Review') }}
    • @endcan @if (auth()->user()->organization && auth()->user()->organization->domain != null && auth()->user()->organization->domain == request()->getSchemeAndHttpHost()) @can('transaction.index')
    • {{ __('Transaction History') }}
    • @endcan @endif
  • icon {{ __('Client Feedback') }}
      @can('testimonial.index')
    • {{ __('Feedback') }}
    • @endcan @can('contact.index')
    • {{ __('Support & Queries') }}
    • @endcan
  • @can('page.index')
  • icon {{ __('Legal Pages') }}
    • {{ __('About Us') }}
    • {{ __('Contact Us') }}
    • {{ __('FAQ') }}
    • {{ __('Privacy Policy') }}
    • {{ __('Terms & Conditions') }}
    • {{ __('Refund Policy') }}
  • @endcan @can('banner.index')
  • icon {{ __('Offer Banner') }}
    • {{ __('Show & Create') }}
  • @endcan
  • icon {{ __('General Settings') }}
    • {{ __('System Settings') }}
    • @can('certificate.index')
    • {{ __('Certificates Settings') }}
    • @endcan
  • @endif
  • Sidebar Logo {{ __('DNS Configuration') }}
    • {{ __('Setup Domain') }}
  • icon {{ __('Logout') }}