Dear {{ $data['customer']['firstname'] .' '. $data['customer']['lastname'] }},
Thank you for your purchase! Your order has been successfully placed, and we’re getting it ready for you. Below are the details of your order:
{{$data['customer']['address']}}
{{$data['customer']['city']}}
{{$data['customer']['country']}}
Item | Quantity | Color | Size | Price | Total |
---|---|---|---|---|---|
{{ $order['stylecode'] . $order['fit'] . $order['colour'] . $order['size'] }} | {{ $order['order_qty'] }} | {{ $order['colour'] }} | {{ $order['size'] }} | {{ config('app.currency') . number_format($order['price'] * config('app.exchange_rate') * config('app.company_rate'), 2) }} | {{ config('app.currency') . number_format($order['price'] * $order['order_qty'] * config('app.exchange_rate') * config('app.company_rate'), 2) }} |
Sub-Total: | {{config('app.currency').''. number_format($data['sum_order_total'], 2) }} | |
Order Total + {{ config('app.vat') }}% V.A.T | {{config('app.currency').''. number_format($data['order_vat_total'], 2) }} |