• {{__(\Illuminate\Support\Facades\App::getLocale())}}
      @foreach(config()->get("app.languages") as $langKey => $langText) @if(app()->getLocale() !== $langKey )
    • {{$langText}}
    • @endif @endforeach
    • {{--
    • {{__("Profile")}}
    • --}}
    • {{__('Logout')}}
    • @csrf