{{ $settings->site_name }}

{{-- @if (count(config('app.languages')) > 1)
  • {{ strtoupper(app()->getLocale()) }}
    @foreach (config('app.languages') as $langLocale => $langName) {{ strtoupper($langLocale) }} ({{ $langName }}) @endforeach
  • @endif --}}
    @if (Auth::user()->profile_image) {{ auth::user()->name }} @else {{ auth::user()->name }} @endif
    {{ Auth::user()->name }}
    {{ __('Administrator') }}
    {{ __('Profile & account') }} {{ __('Logout') }}
    @csrf