@vite(['resources/css/app.css', 'resources/js/app.js']) @stack('styles')
@if (Auth::user()->hasRole('ADMINISTRADOR') || Auth::user()->can('modulo cargos') || Auth::user()->can('modulo resoluciones'))
Cargos y resoluciones
@if (Auth::user()->hasRole('ADMINISTRADOR') || Auth::user()->can('modulo cargos'))
Cargos varios
@endif @if (Auth::user()->hasRole('ADMINISTRADOR') || Auth::user()->can('modulo resoluciones'))
Resoluciones
@endif
@endif @if (Auth::user()->hasRole('ADMINISTRADOR') || Auth::user()->can('modulo personas naturales') || Auth::user()->can('modulo personas juridicas'))
Interesados
@if (Auth::user()->hasRole('ADMINISTRADOR') || Auth::user()->can('modulo personas naturales'))
Personas naturales
@endif @if (Auth::user()->hasRole('ADMINISTRADOR') || Auth::user()->can('modulo personas juridicas'))
Personas juridicas
@endif
@endif @if (Auth::user()->hasRole('ADMINISTRADOR') || Auth::user()->can('modulo usuarios') || Auth::user()->can('modulo roles'))
Usuarios y roles
@if (Auth::user()->hasRole('ADMINISTRADOR') || Auth::user()->can('modulo usuarios'))
Usuarios
@endif @if (Auth::user()->hasRole('ADMINISTRADOR') || Auth::user()->can('modulo roles'))
Roles
@endif
@endif @if (Auth::user()->hasRole('ADMINISTRADOR') || Auth::user()->can('modulo configuracion') || Auth::user()->can('modulo registro de actividades'))
Mas
@if (Auth::user()->hasRole('ADMINISTRADOR') || Auth::user()->can('modulo configuracion'))
Configuracion
@endif @if (Auth::user()->hasRole('ADMINISTRADOR') || Auth::user()->can('modulo registro de actividades'))
Registro de actividades
@endif
@endif
person
{{ Auth::user()->name }}
Logout
logout
@csrf
@yield('content')
@yield('scripts')