@php $color = match($tipo){ 'todos' => 'bg-blue-400', 'pendiente' => 'bg-yellow-600', 'incidencia' => 'bg-red-600', default => 'bg-gray-600' }; @endphp @forelse ($pedidos as $p) @empty @endforelse
Pedido Estado Comentario Entrada Seguimiento Oficina
{{ $p->pedido }} {{ $p->estado ?? '-' }} {{ $p->comentario ?? '-' }} {{ $p->fe_emision ? date('d/m/Y', strtotime($p->fe_emision)) : '-' }} {{ $p->fe_seguimiento ? date('d/m/Y', strtotime($p->fe_seguimiento)) : '-' }} {{ $p->oficina ?? '-' }}
No hay pedidos disponibles.