@if (Auth::guard('admin')->user()->image != null) Admin Image @else @endif
{{ Auth::guard('admin')->user()->first_name }} @if (is_null($roleInfo)) {{ __('Super Admin') }} @else {{ $roleInfo->name }} @endif
  • {{ __('Edit Profile') }}
  • {{ __('Change Password') }}
  • {{ __('Logout') }}
@php if (!is_null($roleInfo)) { $rolePermissions = json_decode($roleInfo->permissions); } @endphp
    {{-- search --}} {{-- dashboard --}}
  • {{ __('Dashboard') }}

  • {{-- menu builder --}} @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('Menu Builder', $rolePermissions)))
  • {{ __('Menu Builder') }}

  • @endif {{-- event --}} @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('Event Management', $rolePermissions)))
  • {{ __('Event Management') }}

    • {{ __('Event Categories') }}
    • {{ __('Event Management') }}
      • {{ __('Add Event') }}
      • {{ __('All Events') }}
      • {{ __('Venue Events') }}
      • {{ __('Online Events') }}
  • @endif @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('Organizer Mangement', $rolePermissions)))
  • {{ __('Organizers Management') }}

    • {{ __('Settings') }}
    • {{ __('Registered Organizers') }}
    • {{ __('Add Organizer') }}
  • @endif {{-- home page --}} @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('Home Page', $rolePermissions)))
  • {{ __('Home Page') }}

    • {{ __('Hero Section') }}
    • {{ __('Section Titles') }}
    • {{ __('Event Features Section') }}
    • {{ __('How it Work Section') }}
    • {{ __('Partner Section') }}
    • {{ __('Testimonials Section') }}
    • {{ __('About Us Section') }}
    • {{ __('Section Hide/Show') }}
  • @endif {{-- footer --}} @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('Footer', $rolePermissions)))
  • {{ __('Footer') }}

    • {{ __('Content & Color') }}
    • {{ __('Quick Links') }}
    • {{ __('Contact Page') }}
  • @endif {{-- custom page --}} @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('Custom Pages', $rolePermissions)))
  • {{ __('Custom Pages') }}

  • @endif {{-- blog --}} @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('Blog Management', $rolePermissions)))
  • {{ __('Blog Management') }}

    • {{ __('Categories') }}
    • {{ __('Blog') }}
  • @endif {{-- faq --}} @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('FAQ Management', $rolePermissions)))
  • {{ __('FAQ Management') }}

  • @endif {{-- faq --}} @if (is_null($roleInfo) || (!empty($rolePermissions) && in_array('Contact Page', $rolePermissions)))
  • {{ __('Contact Page') }}

  • @endif {{-- advertise --}} {{-- basic settings --}} {{-- pwa setting --}} {{-- admin --}}