Commande {{ $order[0]->num_order }}
|
|
{{ $order[0]->city }}, le {{ $formattedDate }}
|
|
Votre commande a bien été enregistrée.
|
| Suivre
la commande |
|
|
@foreach ($order as $productOrder)
|
|
{{ $productOrder->product_name }}
|
|
|
|
|
{{ $productOrder->order_quantity }}
|
|
|
|
|
{{ $productOrder->order_quantity * $productOrder->product_price }}
|
|
|
|
@endforeach
|
Sous-total : {{ $subTotalPriceOrder }} CHF
Frais d'envoi : {{ $deliveryCost }} CHF
Total TTC : {{ $totalPriceOrder }} CHF
|
|
|
|
{{ $order[0]->name }}
{{ $order[0]->firstname }}
{{ $order[0]->company }}
{{ $order[0]->street }}
{{ $order[0]->num_street }}
{{ $order[0]->complement }}
{{ $order[0]->postal }}
{{ $order[0]->city }},
{{ $order[0]->country }}
{{ $order[0]->phone }}
{{ $order[0]->mail }}
|
|
|
Envoyé à l'adresse :
{{ $order[0]->name }}
{{ $order[0]->firstname }}
{{ $order[0]->num_street }}
{{ $order[0]->street }}
{{ $order[0]->postal }}
{{ $order[0]->city }},
{{ $order[0]->country }}
|
|
|
|
Des questions ? Envoyez-nous un e-mail à
boutique@sarchitecturer.ch.
|
|
|