@guest @if (Route::has('login')) @yield('login') @endif @else
{{ Auth::user()->name }}
{{ __('Logout') }}
@csrf
@endguest