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