@yield('style')
{{Auth::user()->name}}
{{ __('Logout') }}
@csrf
@yield('content')
@yield('scripts')