{{ auth()->user()->name ?? 'Administrador' }}
@csrf
@yield('content')
@stack('scripts')