@if(Auth::User()->role == "instructor")
    logo
  • {{ __('Dashboard') }}
  • {{ __('Education') }}
  • {{ __('Course') }}
    Categories, Courses, Rejected Courses, Courses Language, Assignment Quiz Review
    • @if($gsetting->cat_enable == 1) {{ __('Category') }}
      • {{ __('Category') }}
      • {{ __('SubCategory') }}
      • {{ __('ChildCategory') }}
      @endif
    • {{ __('Course') }}
    • {{ __('RejectedCourses') }}
    • {{ __('Course') }} {{ __('Language') }}
    • @if($gsetting->assignment_enable == 1)
    • {{ __('Assignment') }}
    • @endif
    • {{ __('QuizReview') }}
  • {{ __('Meetings') }}
    Zoom Live Meetings, Big Blue Meetings, Google Meet Meeting, Jitsi Meeting
    @if(isset($zoom_enable) && $zoom_enable == 1)
    • {{ __('ZoomLiveMeetings') }}
      • {{ __('ZoomSettings') }}
      • {{ __('ZoomDashboard') }}
    @endif @if(isset($gsetting) && $gsetting->bbl_enable == 1)
    • {{ __('BigBlueMeetings') }}
      • {{ __('ListMeetings') }}
      • {{ __('MeetingRecordings') }}
    @endif @if(isset($gsetting) && $gsetting->googlemeet_enable == 1)
    • {{ __('Google Meet Meeting') }}
      • {{ __('Google Meet Settings') }}
      • {{ __('Google Meet Dashboard') }}
      • {{ __('AllMeetings') }}
    @endif @if(isset($gsetting) && $gsetting->jitsimeet_enable == 1)
    • {{ __('Jitsi Meeting') }}
      • {{ __('Dashboard') }}
    @endif
  • {{ __('Institute') }}
  • @if(isset($gsetting->feature_amount))
  • {{ __('Featured') }} {{ __('Course') }}
  • @endif
  • {{ __('MultipleInstructor') }}
    Request To Involve, Involvement Requests, Involved In Course
    • {{ __('RequestToInvolve') }}
    • {{ __('InvolvementRequests') }}
    • {{ __('InvolvedInCourse') }}
  • {{ __('Question') }} / {{ __('Answer') }}
    Question, Answer
    • {{ __('Question') }}
    • {{ __('Answer') }}
  • {{ __('Financial') }}
  • {{ __('User') }} {{ __('Enrolled') }}
  • {{ __('Content') }}
  • @if(Module::has('Chatboard') && Module::find('Chatboard')->isEnabled()) @include('chatboard::front.icon') @endif
  • {{ __('Announcement') }}
  • {{ __('Blog') }}
  • {{ __('Reports') }}
  • {{ __('MyRevenue') }}
    Pending Payout, Completed Payout
    • {{ __('PendingPayout') }}
    • {{ __('CompletedPayout') }}
  • {{ __('Report') }}
    Quiz Report, Progress Report
    • Quiz {{ __('Report') }}
    • Progress{{ __('Report') }}
  • {{ __('Settings') }}
  • @if(isset($isetting))
  • {{ __('PayoutSettings') }}
  • @endif
  • {{ __('Vacation Enable') }}
@endif