logo logo
@if (auth()->check() && auth()->user()?->branch) {{ optional(auth()->user()?->branch)->getTranslation('name', app()->getLocale()) ?? '' }} @else @endif
  • {{ 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('web')->check())
      @csrf
      @endif