• home {{ __('labels.dashboard') }}
  • groups {{ __('labels.community') }} {{-- --}}
      @if(Auth::user()->can('viewAny', \App\Models\User::class))
    • {{ __('labels.users') }}
    • @endif
    • {{ __('labels.groups') }}
    • {{ __('labels.surveys') }}
    • @if(Auth::user()->can('showInSidebar', \App\Models\PostCategory::class))
    • {{ __('labels.posts_management') }} {{-- --}}
      • {{ __('labels.categories') }}
      • {{ __('labels.posts') }}
    • @else
    • {{ __('labels.posts') }}
    • @endif
    • {{ __('labels.chat') }}
  • campaign {{ __('labels.cyber_news') }} {{-- --}}
      @if(Auth::user()->can('showInSidebar', \App\Models\NewsCategory::class))
    • {{ __('labels.manage_categories') }}
    • @endif
    • {{ __('labels.latest_news') }}
    • {{ __('labels.market_trends_claims') }}
    • {{ __('labels.legal_updates') }}
  • event {{ __('labels.further_education_events') }} {{-- --}}
    • {{ __('labels.event_calendar') }}
    • {{ __('labels.live_webinars') }}
    • {{ __('labels.customer_events') }}
    • {{ __('labels.staff_calendar') }}
  • security {{ __('labels.secu_metrix_scans') }} {{-- --}}
    • {{ __('labels.start_customer_scan') }}
    • @if(auth()->user()->isAdmin())
    • {{ __('labels.scan_history_reports') }}
    • @endif
  • school {{ __('labels.learning_platform') }} {{-- --}}
      @if(Auth::user()->can('showInSidebar', \App\Models\DocumentCategory::class))
    • {{ __('labels.documents_management') }} {{-- --}}
      • {{ __('labels.categories') }}
      • {{ __('labels.documents') }}
    • @else
    • {{ __('labels.documents') }}
    • @endif
  • trending_up {{ __('labels.sales_marketing') }} {{-- --}}
    • {{ __('labels.white_labels') }} {{-- --}}
      • {{ __('labels.latest') }}
      • {{ __('labels.flyer') }}
      • {{ __('labels.checklist') }}
      • {{ __('labels.presentation') }}
    • {{ __('labels.conversation_guides') }} {{-- --}}
        @if(Auth::user()->can('showInSidebar', \App\Models\ConversationGuideCategory::class))
      • {{ __('labels.manage_categories') }}
      • @endif
      • {{ __('labels.latest') }}
      • {{ __('labels.flyer') }}
      • {{ __('labels.checklist') }}
      • {{ __('labels.presentation') }}
    • @if(Auth::user()->can('viewAny', \App\Models\CaseStudy::class))
    • {{ __('labels.case_studies_manage') }}
    • @endif
    • {{ __('labels.case_studies') }}
  • help_outline {{ __('labels.support_hotline') }} {{-- --}}
      @if(Auth::user()->can('manage', \App\Models\Faq::class))
    • {{ __('labels.faqs_manage') }}
    • @endif
    • {{ __('labels.faqs') }}
    • {{ __('labels.hotline') }}
    • @can('premium-support')
    • {{ __('labels.premium_support') }}
    • @endcan
  • local_offer {{ __('labels.exclusive_discounts') }} {{-- --}}
    • {{ __('labels.penetration_tests_audits') }}
    • @if(auth()->user()->can('viewAny', \App\Models\Product::class))
    • {{ __('labels.penetration_tests_audits_manage') }}
    • @endif @if(auth()->user()->can('viewAny', \App\Models\ProductRequest::class))
    • {{ __('labels.product_requests') }}
    • @endif
  • @if(Auth::user()->can('viewAny', \App\Models\UserSession::class) || (auth()->user()->isAdmin() || auth()->user()->isGroupAdmin() || auth()->user()->isGroupSubAdmin()))
  • history {{ __('labels.history') }} {{-- --}}
      @if(Auth::user()->can('viewAny', \App\Models\UserSession::class))
    • {{ __('labels.session_activities') }}
    • @endif @if(auth()->user()->isAdmin() || auth()->user()->isGroupAdmin() || auth()->user()->isGroupSubAdmin())
    • {{ __('labels.group_activities') }}
    • @endif
  • @endif
  • person {{ __('labels.my_area') }} {{-- --}}
    • {{ __('labels.profile') }}
    • {{ __('labels.membership_invoices') }}
    • {{ __('labels.my_activities') }} {{-- --}}
      • {{ __('labels.events') }}
      • {{ __('labels.surveys') }}
      • {{ __('labels.posts') }}