@extends('layouts.panel') @section('title', 'Dashboard') @section('content') @php $statusBadgeClasses = [ 'received' => 'bg-primary-subtle text-primary', 'washing' => 'bg-info-subtle text-info', 'drying' => 'bg-info-subtle text-info', 'folding' => 'bg-warning-subtle text-warning', 'bagging' => 'bg-warning-subtle text-warning', 'ready' => 'bg-success-subtle text-success', 'dispatched' => 'bg-secondary-subtle text-secondary', ]; @endphp
Bienvenido de vuelta, {{ Auth::user()->name }}
No hay pedidos pendientes.
@endforelseAún no hay pedidos este mes.
@endifAún no hay pedidos registrados.
@endif| Código | Cliente | Línea | Estado |
|---|---|---|---|
| {{ $order->order_code }} | {{ $order->client ? ($order->client->business_name ?: $order->client->contact_name) : 'General' }} | {{ $order->serviceLineLabel() }} | {{ $order->statusLabel() }} |
| Aún no hay pedidos registrados. | |||