{{ config('app.name') }}
{{ config('app.subtitle') }}
@auth
{{ Auth::user()->nom }}
Se déconnecter
{{ csrf_field() }}
@endauth
@yield('content')