@yield('css')
STD
| Single
{{ strtoupper(Auth::user()->empleado->nombre) }} {{ strtoupper(Auth::user()->empleado->paterno) }} {{ strtoupper(Auth::user()->empleado->materno) }}
Mi datos
Contraseña
Cerrar sesión
@csrf
{{ strtoupper(Auth::user()->oficina->area->iniciales) }} - {{ strtoupper(Auth::user()->oficina->nombre) }}
{{ strtoupper(Auth::user()->empleado->cargo) }}
@if (auth()->check() && auth()->user()->isAdmin())
MENU GENERAL
Home
0
Areas
0
Oficinas
0
Empleados
0
Tipo documentos
0
Cuentas
Entidad
0
Tipo Tramites
AJUSTES MESA DE PARTES
Mesa de partes
@endif @if (auth()->check() && auth()->user()->isTrabajador())
MENU GENERAL
Inicio
@if (auth()->check() && auth()->user()->isTrabajador() && Auth::user()->oficina->tipo_oficina == 'BUZON')
0
Virtuales
Registrar Expediente
@endif
0
Bandeja
0
Aceptados
0
Derivados
0
Finalizados
0
Archivados
0
Libro de Registros
Buscar Expediente
@if (auth()->check() && auth()->user()->isTrabajador() && Auth::user()->oficina->tipo_oficina == 'BUZON')
MENU AVANZADO
Expedientes
@endif @endif
@yield('content')
@yield('js')