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