logo logo
  • {{ app()->getLocale() }}
      @foreach (LaravelLocalization::getSupportedLocales() as $localeCode => $properties) @if ($localeCode !== app()->getLocale())
    • {{ $properties['name'] }}
    • @endif @endforeach
  • {{--
  • 4

    Notification View all

    • 30-04-2024Today
      Alice Goodwin

      Fashion should be fun.

  • --}}
  • user
    {{ auth()->user()->name ?? '' }}

    {{ auth()->user()->name ?? '' }}

    • {{ __('dashboard.profile') }}
    • @if (auth('admin_web')->check())
      @endif @csrf