@stack('styles')
{{ auth()->user()->name }}
{{ ucfirst(auth()->user()->role) }}
@csrf
Cerrar sesión
@hasSection('title')
@yield('title')
@endif @yield('content')
@stack('scripts')