@if (isset(getSettings()['general']['light_logo_image'])) user user @else user @endif
  • {{ __('static.quick_links') }}

    {{ __('static.quick_links') }}

    @php $quickLinks = collect(get_quick_links()) ->filter(function ($link) { return !isset($link['permission']) || auth()->user()->can($link['permission']); }) ?->toArray() ?? []; @endphp
      @forelse($quickLinks as $link)
    • {{ __($link['label_key']) }}
    • @empty
    • @endforelse
    @if (!count($quickLinks))
    {{ __('static.quick_links_not_found') }}
    @endif
  • {{ strtoupper(Session::get('locale', 'en')) }}
      @forelse (getLanguages() as $lang)
    • {{ @$lang?->name }} ({{ @$lang?->locale }})
    • @empty
    • {{ __('static.english') }}
    • @endforelse
  • @if (Auth::user()->profile_image) @else
    {{ strtoupper(substr(Auth::user()->name, 0, 1)) }}
    @endif
    {{ Auth::user()->name }}
    {{ Auth::user()->getRoleNames()->first() }}
      @if (Route::has('admin.account.profile'))
    • {{ __('static.edit_profile') }}
    • @endif
    • {{ __('static.logout') }}
      @csrf