@extends('layouts.panel') @section('title', 'Gestión de Staff') @section('content') {{-- Hidden Input for Verified Company ID --}} // Forzamos Modo Claro (No más negro) $panelColor = $convertColor($user->color_preferido ?? null) ?? '#10b981'; $bgColor = '#f8fafc'; $isDark = false; $bgPage = '#f8fafc'; $accentColor = $panelColor; $bgCard = '#ffffff'; $bgSurface = '#f0f4f8'; $textMain = '#0f172a'; $textMuted = '#64748b'; $borderColor = '#dae1e7'; $shadowColor = 'rgba(15, 23, 42, 0.05)'; $switchInactive = '#e2e8f0'; $switchKnob = '#ffffff'; $modalBg = '#ffffff'; $navyDark = '#0f172a'; // Aclarado para no ser negro puro $emeraldPrimary = '#10b981'; @endphp

Agenda de Personal

Colaboradores & Accesos

Filtro Inteligente
Total Staff
0 Registrados
Activos Ahora
0 En Turno
Gestión Inteligente v2.0

Sincronización de personal con comandas, caja diaria y reportes de productividad activada.

{{-- Grid de Personal (Pares) --}}
{{-- Contenido dinámico cargado vía JS --}}
Sincronizando Staff...
{{-- Footer/Paginación Premium --}}
Cargando Staff...

Gestión de Talento Humano • Piter Pro v2.0

@endsection @push('styles') @endpush @push('scripts') @endpush