@yield('header','Dashboard')
@auth
{{ auth()->user()->name }}
@csrf
Sair
@endauth
@yield('content')