| Détails des Articles | Quantité | Prix unitaire | Total |
|---|---|---|---|
{{ $item->displayName }}Type: {{ $item->orderItem->productCategory->product_type }} @if ($item->isBottle() && $item->orderItem->bottle_type)Option: {{ $item->orderItem->bottle_type->label }} @endif |
{{ $item->groupedQuantity }} | {{ $item->getUnitPrice()}} | {{ $item->groupedTotalPrice}} |
| Sous-total | {{ number_format($order->subtotal, 0, ',', ' ') }} | ||
| Frais de livraison | {{ number_format($order->delivery_fee, 0, ',', ' ') }} | ||
| Total | {{ number_format($order->total_amount, 0, ',', ' ') }} | ||