Mon compte

{{-- Dernières commandes --}} @if($orders->isNotEmpty())

Dernières commandes

Tout voir
@foreach($orders as $order) @endforeach
Commande Date Statut Total
{{ $order->number }} {{ $order->created_at->format('d/m/Y') }} @include('account.partials.order-status', ['status' => $order->status]) {{ number_format($order->total, 2, ',', ' ') }} €
@else

Vous n'avez pas encore passé de commande.

Découvrir la boutique
@endif