Commandes

{{ count($orders) }} commande(s)

@if($loading)
@elseif(count($orders) > 0)
@foreach($orders as $order) @endforeach
Commande Client Statut Total
{{ $order['identifier'] ?? '#'.$order['id'] }} {{ $order['client'] ?? 'Client' }} {{ $order['status'] ?? 'En attente' }} {{ $order['total_formatted'] ?? '0 FCFA' }}
@else

Aucune commande

Les commandes apparaitront ici

@endif