Commande confirmée !

Merci pour votre commande {{ $order->number }}. Vous recevrez une confirmation par e-mail à {{ $order->billing_email }}.

Détail de la commande

    @foreach($order->items as $item)
  • {{ $item->product_name }} × {{ $item->quantity }} {{ number_format($item->total, 2, ',', ' ') }} €
  • @endforeach
Total {{ number_format($order->total, 2, ',', ' ') }} €