{{ __('Mes commandes') }}

@if($orders->isEmpty())

Aucune commande.

@else @foreach($orders as $order) @endforeach
Numero Statut Total Facture
#{{ $order->id }} {{ $order->status }} {{ number_format($order->total_amount_xaf, 0, ',', ' ') }} XAF {{ $order->invoice?->invoice_number }} Voir
@endif