• home {{ __('labels.dashboard') }}
  • @if(auth()->user()->can('admin-action')) @php $pendingCommentsCount = \App\Models\Comment::needsApproval()->count(); $pendingPostsCount = \App\Models\Post::needsApproval()->count(); $pendingDiscussionsCount = \App\Models\DiscussionThread::needsApproval()->count(); $pendingCounts = $pendingCommentsCount + $pendingPostsCount + $pendingDiscussionsCount; @endphp
  • pending_actions {{ __('labels.pending_approvals') }} @if ($pendingCounts > 0) {{ $pendingCounts > 99 ? '99+' : $pendingCounts }} @endif
  • @endif
  • groups {{ __('labels.community_exchange') }}
      {{-- Questions for Experts --}}
    • {{ __('labels.questions_for_experts') }}
        @if (Auth::user()->can('showInSidebar', \App\Models\ExpertCategory::class))
      • {{ __('labels.categories') }}
      • @endif
      • {{ __('labels.experts') }}
      • {{ __('labels.expert_questions') }}
    • {{-- Discussion Forum --}} @if (Auth::user()->can('showInSidebar', \App\Models\DiscussionCategory::class))
    • {{ __('labels.discussion_forum') }}
      • {{ __('labels.categories') }}
      • {{ __('labels.discussions') }}
    • @else
    • {{ __('labels.discussion_forum') }}
    • @endif {{-- {{ __('labels.support_tickets') }} --}} @if (Auth::user()->can('showInSidebar', \App\Models\SupportTicketCategory::class))
    • {{ __('labels.support_tickets') }}
      • {{ __('labels.categories') }}
      • {{ __('labels.tickets') }}
    • @else
    • {{ __('labels.support_tickets') }}
    • @endif {{-- Best Practices Testimonials --}} @if (Auth::user()->can('manage', \App\Models\BestPracticeTestimonial::class))
    • {{ __('labels.best_practices_testimonials') }}
        @if (Auth::user()->can('showInSidebar', \App\Models\BestPracticeCategory::class))
      • {{ __('labels.categories') }}
      • @endif
      • {{ __('labels.manage_best_practices_testimonials') }}
      • {{ __('labels.best_practices_testimonials') }}
    • @else
    • {{ __('labels.best_practices_testimonials') }}
    • @endif {{-- Success Stories --}} @if (Auth::user()->can('manage', \App\Models\SuccessStory::class))
    • {{ __('labels.success_stories') }}
      • {{ __('labels.mange_success_stories') }}
      • {{ __('labels.success_stories') }}
    • @else
    • {{ __('labels.success_stories') }}
    • @endif {{-- Posts Management --}} @if (Auth::user()->can('showInSidebar', \App\Models\PostCategory::class))
    • {{ __('labels.posts_management') }}
      • {{ __('labels.categories') }}
      • {{ __('labels.posts') }}
    • @else
    • {{ __('labels.posts') }}
    • @endif @if (Auth::user()->can('showInSidebar', \App\Models\CompanyRecommendationCategory::class))
    • {{ __('labels.company_recommendations_management') }}
      • {{ __('labels.categories') }}
      • {{ __('labels.company_recommendations') }}
    • @else
    • {{ __('labels.company_recommendations') }}
    • @endif @if (Auth::user()->can('showInSidebar', \App\Models\SafetyInformationCategory::class))
    • {{ __('labels.safety_information_management') }}
      • {{ __('labels.categories') }}
      • {{ __('labels.safety_information') }}
    • @else
    • {{ __('labels.safety_information') }}
    • @endif {{-- Quick Links --}}
    • {{ __('labels.my_group') }}
    • {{ __('labels.industry_groups') }}
    • @if (Auth::user()->can('viewAny', \App\Models\User::class))
    • {{ __('labels.users') }}
    • @endif
    • {{ __('labels.surveys') }}
    • {{ __('labels.chat') }}
  • {{-- Knowledge Implementation --}}
  • school {{ __('labels.knowledge_implementation') }}
      @if (Auth::user()->can('showInSidebar', \App\Models\DocumentCategory::class))
    • {{ __('labels.manage_guides_documents') }}
      • {{ __('labels.categories') }}
      • {{ __('labels.guides_documents') }}
    • @else
    • {{ __('labels.guides_documents') }}
    • @endif @if (Auth::user()->can('showInSidebar', \App\Models\ChecklistCategory::class))
    • {{ __('labels.manage_checklists_templates') }}
      • {{ __('labels.categories') }}
      • {{ __('labels.checklists_templates') }}
    • @else
    • {{ __('labels.checklists_templates') }}
    • @endif @if (Auth::user()->can('showInSidebar', \App\Models\PracticalExample::class))
    • {{ __('labels.manage_practical_examples') }}
      • {{ __('labels.categories') }}
      • {{ __('labels.practical_example_list') }}
      • {{ __('labels.practical_examples') }}
    • @else
    • {{ __('labels.practical_examples') }}
    • @endif
  • event {{ __('labels.events') }} {{-- --}}
    • {{ __('labels.event_calendar') }}
    • {{ __('labels.live_webinars') }}
    • {{ __('labels.customer_events') }}
    • {{ __('labels.staff_calendar') }}
  • {{-- Further Education Events --}} @if (Auth::user()->can('showInSidebar', \App\Models\FurtherEducationEventRequest::class))
  • school {{ __('labels.further_education_events') }}
    • {{ __('labels.user_requests') }}
    • {{ __('labels.further_education_events') }}
  • @else
  • school {{ __('labels.further_education_events') }}
  • @endif {{-- Cyber News --}}
  • 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') }}
  • {{-- Security Benefits --}} @if (Auth::user()->can('manage', \App\Models\SecurityBenefit::class))
  • security {{ __('labels.security_benefits') }}
    • {{ __('labels.mange_services') }}
    • {{ __('labels.user_requests') }}
    • {{ __('labels.security_benefits') }}
  • @else
  • security {{ __('labels.security_benefits') }}
  • @endif {{-- SecuMetrix Scans --}}
  • security {{ __('labels.secu_metrix_scans') }}
    • {{ __('labels.start_customer_scan') }}
    • @if (auth()->user()->isAdmin())
    • {{ __('labels.scan_history_reports') }}
    • @endif
  • {{-- Sales & Marketing --}}
  • trending_up {{ __('labels.sales_marketing') }}
      {{-- White Labels --}}
    • {{ __('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.service_support') }}
      @if (Auth::user()->can('manage', \App\Models\Faq::class))
    • {{ __('labels.faqs_manage') }}
    • @endif
    • {{ __('labels.faqs') }}
    • {{ __('labels.hotline') }}
    • {{ __('labels.premium_support') }}
  • 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
  • collections_bookmark {{ __('labels.themed_worlds') }}
  • person {{ __('labels.my_area') }}
    • {{ __('labels.profile_company_data') }}
    • {{ __('labels.membership_invoices') }}
    • {{ __('labels.my_activities') }}
      • {{ __('labels.participation_in_events') }}
      • {{ __('labels.questions_asked') }}
      • {{ __('labels.own_contributions') }}
      • {{ __('labels.support_tickets') }}
      • {{ __('labels.inquiries_regarding_security_benefits') }}
      • {{ __('labels.surveys') }}
    • {{ __('labels.my_posts_and_favorites') }}
      • {{ __('labels.my_forum_posts') }}
      • @if (\App\Models\Post::userHasCommented())
      • {{ __('labels.my_comments') }}
      • @endif @if (\App\Models\Post::userHasFavorited())
      • {{ __('labels.favorite_content') }}
      • @endif @if (\App\Models\Post::userHasSaved())
      • {{ __('labels.subscribed_topics') }}
      • @endif
    • {{ __('labels.saved_documents_checklists') }}
      • {{ __('labels.history_of_all_downloads') }}
      • {{ __('labels.favorites') }}
        • {{ __('labels.documents') }}
        • {{ __('labels.checklists') }}
      • {{ __('labels.recently_used_documents') }}
    • {{ __('labels.favorites') }}
        @if (\App\Models\Checklist::userHasFavorited())
      • {{ __('labels.checklists') }}
      • @endif @if (\App\Models\ConversationGuide::userHasFavorited())
      • {{ __('labels.conversation_guides') }}
      • @endif @if (\App\Models\DiscussionThread::userHasFavorited())
      • {{ __('labels.discussion_forum') }}
      • @endif @if (\App\Models\Document::userHasFavorited())
      • {{ __('labels.documents') }}
      • @endif @if (\App\Models\Event::userHasFavorited())
      • {{ __('labels.events') }}
      • @endif @if (\App\Models\News::userHasFavorited())
      • {{ __('labels.news') }}
      • @endif @if (\App\Models\Post::userHasFavorited())
      • {{ __('labels.posts') }}
      • @endif @if (\App\Models\SupportTicket::userHasFavorited())
      • {{ __('labels.support_tickets') }}
      • @endif @if (\App\Models\Survey::userHasFavorited())
      • {{ __('labels.surveys') }}
      • @endif @if (\App\Models\WhiteLabel::userHasFavorited())
      • {{ __('labels.white_labels') }}
      • @endif @if (\App\Models\ThemedWorld::userHasFavorited())
      • {{ __('labels.themed_worlds') }}
      • @endif @php $hasAny = false; $models = [ 'Checklist', 'ConversationGuide', 'DiscussionThread', 'Document', 'Event', 'News', 'Post', 'SupportTicket', 'Survey', 'WhiteLabel', 'ThemedWorld', ]; foreach ($models as $model) { $class = 'App\\Models\\' . $model; if ($class::userHasFavorited()) { $hasAny = true; break; } } @endphp @if (!$hasAny)
      • {{ __('labels.no_favorites_yet') }}
      • @endif
    • {{ __('labels.saved') }}
        @if (\App\Models\Checklist::userHasSaved())
      • {{ __('labels.checklists') }}
      • @endif @if (\App\Models\ConversationGuide::userHasSaved())
      • {{ __('labels.conversation_guides') }}
      • @endif @if (\App\Models\DiscussionThread::userHasSaved())
      • {{ __('labels.discussion_forum') }}
      • @endif @if (\App\Models\Document::userHasSaved())
      • {{ __('labels.documents') }}
      • @endif @if (\App\Models\Event::userHasSaved())
      • {{ __('labels.events') }}
      • @endif @if (\App\Models\News::userHasSaved())
      • {{ __('labels.news') }}
      • @endif @if (\App\Models\Post::userHasSaved())
      • {{ __('labels.posts') }}
      • @endif @if (\App\Models\SupportTicket::userHasSaved())
      • {{ __('labels.support_tickets') }}
      • @endif @if (\App\Models\Survey::userHasSaved())
      • {{ __('labels.surveys') }}
      • @endif @if (\App\Models\WhiteLabel::userHasSaved())
      • {{ __('labels.white_labels') }}
      • @endif @if (\App\Models\ThemedWorld::userHasSaved())
      • {{ __('labels.themed_worlds') }}
      • @endif @php $hasAny = false; $models = [ 'Checklist', 'ConversationGuide', 'DiscussionThread', 'Document', 'Event', 'News', 'Post', 'SupportTicket', 'Survey', 'WhiteLabel', 'ThemedWorld', ]; foreach ($models as $model) { $class = 'App\\Models\\' . $model; if (method_exists($class, 'userHasSaved') && $class::userHasSaved()) { $hasAny = true; break; } } @endphp @if (!$hasAny)
      • {{ __('labels.nothing_saved_yet') }}
      • @endif