@if(Auth::User()['user_img'] != null && Auth::User()['user_img'] !='' && @file_get_contents('images/user_img/'.Auth::user()['user_img'])) @else @endif

{{ Auth::User()->fname }}

{{ __('Online') }}
@if(Auth::User()->role == "admin")
  • {{ __('Navigation') }}
  • {{ __('Dashboard') }}
  • {{ __('Users') }}
  • {{ __('Meetings') }}
      @if(isset($zoom_enable) && $zoom_enable == 1)
    • {{ __('ZoomLiveMeetings') }}
      • {{ __('ZoomSettings') }}
      • {{ __('ZoomDashboard') }}
      • {{ __('AllMeetings') }}
    • @endif @if(isset($gsetting) && $gsetting->bbl_enable == 1)
    • {{ __('BigBlueMeetings') }}
      • {{ __('BigBlueButtonSettings') }}
      • {{ __('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
    • {{ __('MeetingRecordings') }}
  • {{ __('Location') }}
    • {{ __('Country') }}
    • {{ __('State') }}
    • {{ __('City') }}
  • {{ __('Currency') }}
  • {{ __('Course') }}
    • {{ __('Category') }}
      • {{ __('Category') }}
      • {{ __('SubCategory') }}
      • {{ __('ChildCategory') }}
    • {{ __('Courses') }}
    • {{ __('BundleCourse') }}
    • {{ __('CourseLanguage') }}
    • {{ __('CourseReview') }}
    • @if($gsetting->assignment_enable == 1)
    • {{ __('Assignment') }}
    • @endif
    • {{ __('RefundPolicy') }}
    • {{ __('Batch') }}
    • {{ __('QuizReview') }}
    • {{ __('PrivateCourse') }}
  • @if(isset($gsetting) && $gsetting->attandance_enable == 1)
  • {{ __('Attandance') }}
  • @endif
  • {{ __('PushNotification') }}
  • {{ __('Coupon') }}
  • {{ __('Instructors') }}
    • {{ __('All') }} {{ __('InstructorRequest') }}
    • {{ __('Pending') }} {{ __('InstructorRequest') }}
    • {{ __('InstructorPlan') }} {{ __('Setting') }}
    • @if(env('ENABLE_INSTRUCTOR_SUBS_SYSTEM') == 1)
    • {{ __('InstructorPlan') }}
    • {{ __('SubscribedInstructors') }}
    • @endif
    • {{ __('MultipleInstructor') }}
      • {{ __('RequestToInvolve') }}
      • {{ __('InvolvementRequests') }}
      • {{ __('InvolvedInCourse') }}
    • {{ __('InstructorPayout') }}
      • {{ __('PayoutSettings') }}
      • {{ __('PendingPayout') }}
      • {{ __('CompletedPayout') }}
  • {{ __('Order') }}
  • {{ __('Pages') }}
  • {{ __('Faq') }}
    • {{ __('FaqStudent') }}
    • {{ __('FaqInstructor') }}
  • {{ __('Report') }}
    • {{ __('.Reported') }} Course
    • {{ __('Reported') }} Question
  • {{ __('FrontSetting') }}
    • {{ __('Slider') }}
    • {{ __('FactsSlider') }}
    • {{ __('CategorySlider') }}
    • {{ __('GetStarted') }}
    • {{ __('TrustedSlider') }}
    • {{ __('WidgetSetting') }}
    • {{ __('Testimonial') }}
    • {{ __('Advertisement') }}
    • {{ __('Seo') }} {{ __('Directory') }}
  • {{ __('SiteSetting') }}
    • {{ __('Setting') }}
    • {{ __('APISetting') }}
    • @if(Module::has('MPesa') && Module::find('MPesa')->isEnabled()) @include('mpesa::admin.sidebar') @endif
    • {{ __('Blog') }}
    • {{ __('About') }}
    • {{ __('Career') }}
    • {{ __('ComingSoon') }}
    • {{ __('Terms&Condition') }}
    • {{ __('PrivacyPolicy') }}
    • {{ __('BankDetails') }}
    • {{ __('PWASetting') }}
    • {{ __('AdsenseSetting') }}
    • @if(isset($gsetting) && $gsetting->ipblock_enable == 1)
    • {{ __('IPBlockSettings') }}
    • @endif
    •   {{ __('WhatsappButtonSetting') }}
    •  {{ __('ColorSettings') }}
    •  {{ __('ManualPaymentGateway') }}
    •   {{ __('TwilioSettings') }}
    • {{ __('SiteMap') }}
    • {{ __('GetAPIKeys') }}
    • {{ __('Language') }}
    • {{ __('EmailSettings') }}{{ __('') }}
  • {{ __('PlayerSettings') }}
    • {{ __('PlayerCustomization') }}
    • {{ __('Advertise') }}
    • @php $ads = App\Ads::all(); @endphp @if($ads->count()>0)
    • {{ __('AdvertiseSettings') }}
    • @endif
  • {{ __('ContactUs') }}
  • @if(isset($gsetting) && $gsetting->activity_enable == '1')
  • {{ __('ActivityLog') }}
  • @endif @if(Module::has('Wallet') && Module::find('Wallet')->isEnabled()) @include('wallet::admin.sidebar_menu') @endif @if(Module::has('Certificate') && Module::find('Certificate')->isEnabled()) @include('certificate::admin.sidebar_menu') @endif
  • {{ __('Revenue') }} {{ __('Report') }}
    • {{ __('AdminRevenue') }}
    • {{ __('InstructorRevenue') }}
  • {{ __('Help&Support') }}
    • {{ __('ImportDemo') }}
    • {{ __('DatabaseBackup') }}
    • {{ __('UpdateProcess') }}
    • {{ __('QuickUpdate') }}
    • {{ __('RemovePublic') }}
    • {{ __('ClearCache') }}
    • {{ __('Addon') }} {{ __('Manager') }}
@endif