OPs Abiertas
{{ $opsAbiertas }}
Pendientes + En proceso
OPs Cerradas Hoy
{{ $opsCerradasHoy }}
{{ today()->format('d/m/Y') }}
@can('inventario.ver')Stock Crítico
{{ $stockCritico }}
Repuestos bajo mínimo
@endcanOPs Demoradas
{{ $opsDemoradas }}
Más de 72 horas en taller
| {{ $op->numero_op }} | {{ $op->vehiculo?->placa }} — {{ $op->vehiculo?->marca }} {{ $op->vehiculo?->modelo }} | {{ $op->vehiculo?->cliente?->nombre }} | @php $colores = [ 'pendiente' => 'bg-yellow-900/50 text-yellow-400', 'en_proceso' => 'bg-blue-900/50 text-blue-400', 'listo' => 'bg-green-900/50 text-green-400', 'entregado' => 'bg-teal-900/50 text-teal-400', 'cerrado' => 'bg-gray-800 text-gray-500', ]; @endphp {{ ucfirst(str_replace('_',' ',$op->estado)) }} | {{ $op->fecha_ingreso->format('d/m/Y H:i') }} |
🔧
No hay órdenes de trabajo aún.