@if(Request::is('/')) {{__('Dashboard')}} @endif
  • {{__(\Illuminate\Support\Facades\App::getLocale())}}
      @foreach(config()->get("app.languages") as $langKey => $langText) @if(app()->getLocale() !== $langKey)
    • {{$langText}}
    • @endif @endforeach
    • Image placeholder
      @if(isset(Auth::user()->name)){{Auth::user()->name}}@endif
      Welcome!
      {{ __('Logout') }}
      @csrf