Vous n’avez encore aucun panier enregistré.
@else| ID | Créé le | Statut | Code client | Référence | Nb lignes | Actions |
|---|---|---|---|---|---|---|
| #{{ $cart->id }} | {{ $cart->created_at?->format('d/m/Y H:i') }} | @php $status = $cart->status ?? 'draft'; @endphp @if($status === 'sent') Envoyé @else Brouillon @endif | {{ $cart->customer_number ?? '-' }} | {{ $cart->order_reference ?? '-' }} | {{ $cart->items_count }} | Ouvrir {{-- plus tard : Dupliquer, Exporter, etc. --}} |