@livewireStyles @yield('css')
DIPLOMADO
GESTIÓN PÚBLICA Y ESCOLAR
{{ strtoupper(Auth::user()->oficina->nombre ?? '') }}
{{ auth()->check() && auth()->user()->roles->isNotEmpty() ? auth()->user()->roles->first()->name : 'PARTICIPANTE' }}
SIADI
@can('Ver Oficinas')
Oficinas
@endcan @can('Ver Empleados')
Empleados
@endcan @can('Ver Cuentas')
Cuentas
@endcan @can('Ver Roles')
Roles
@endcan @can('Ver Permisos')
Permisos
@endcan @can('Entidad')
Entidad
@endcan @can('Ver Entidad')
Entidad
@endcan
Formulario
@can('Ver Fichas')
Fichas
@endcan @can('Ver Cuenta')
Mi cuenta
@endcan
PLATAFORMA DE INSCRIPCION DE DIPLOMADOS
@auth
Bienvenido(a):
{{ strtoupper(Auth::user()->empleado->nombre ?? 'SIN NOMBRE') }} {{ strtoupper(Auth::user()->empleado->paterno ?? '') }} {{ strtoupper(Auth::user()->empleado->materno ?? '') }}
@else
Bienvenido(a):
USUARIO INVITADO
@endauth
@auth
Salir
@csrf
@else @endauth
@yield('content')
@yield('js') @livewireScripts