{{Auth::user()->nombre}}
Cuenta
Cerrar sesión
{{csrf_field()}}
@if(Auth::check()) @if(Auth::user()->rol==1) @include('plantilla.sidebaradministrador') @elseif(Auth::user()->rol==2) @include('plantilla.sidebarabogado') @else @endif @endif @yield('contenido')