@auth
{{ config('app.name', 'LaraSnap') }}
{{ Auth::user()->name }}
{{ __('Logout') }}
@csrf
@endauth
@yield('content')