Logo {{ setting('site_name') }}
    @if (admin_can('dashboard_show'))
  • {{__('trans.dashboard.title')}}
  • @endif @if (admin_can('setting_show') || admin_can('setting_clear_cache'))
  • {{__('trans.setting.title')}}
      {{-- @foreach (App\Models\Settings::getAllGroups() as $group) --}} @foreach (App\Models\Settings::getAllGroups() as $group)
    • {{ __('trans.setting.groups.' . $group) }}
    • @endforeach @if (admin_can('setting_clear_cache'))
    • {{__('trans.setting.clear_cache')}}
    • @endif
  • @endif @if (admin_can('role_show') || admin_can('admin_show') || admin_can('admin_profile_show') || admin_can('setting_clear_cache'))
  • {{__('trans.aside.admins_and_roles')}}
      @if (admin_can('role_show'))
    • {{__('trans.roles.title')}}
    • @endif @if (admin_can('admin_show'))
    • {{__('trans.admin.title')}}
    • @endif @if (admin_can('admin_profile_show'))
    • {{__('trans.admin.profile')}}
    • @endif
  • @endif @if (admin_can('education_systems_show'))
  • {{__('trans.education_systems.title')}}
  • @endif @if (admin_can('specialty_show'))
  • {{__('trans.specialty.title')}}
  • @endif @if (admin_can('student_show') || admin_can('student_wallet_show'))
  • {{__('trans.student.title')}}
      @if (admin_can('student_show'))
    • {{__('trans.student.title')}}
    • @endif @if (admin_can('student_wallet_show'))
    • {{__('trans.student.wallet.title')}}
    • @endif
  • @endif @if (admin_can('teacher_show') || admin_can('teacher_specialty_show') || admin_can('teacher_wallet_show')) @php $pendingCount = \App\Models\TeacherSpecialty::getPendingCount(); @endphp
  • {{__('trans.teacher.title')}}
    @if($pendingCount > 0) {{ $pendingCount }} @endif
      @if (admin_can('teacher_show'))
    • {{__('trans.teacher.title')}}
    • @endif @if (admin_can('teacher_specialty_show'))
    • {{__('trans.teacher.specialties.title')}}
      @if($pendingCount > 0) {{ $pendingCount }} @endif
    • @endif @if (admin_can('teacher_wallet_show'))
    • {{__('trans.teacher.wallet_trans.title')}}
    • @endif
  • @endif @if (admin_can('otp_show'))
  • {{__('trans.otps')}}
  • @endif
  • {{ __('trans.auth.logout') }}