Hi, {{ $member->first_name . ' ' . $member->last_name }} Thank you
for
your
order.
We have received your order has been fully delivered with details as
below.
If you have made a Pre-payment, your payment is confirmed.
You can check the status of your order by Login to My
Account.
ORDER CONFIRMATION
ORDER DATE.
{{ $order['order']['created_at'] }}
ORDER NUMBER. {{ $order['order']['order_no'] }}
Member ID
{{ $member->id }}
Contact Info
{{ str_phone($member->mobile) }}
|
image |
Product |
Quantity |
{{--
Item Price | --}}
Total |
@foreach ($order['order']['items'] as $k => $v)
|
{{ $v['product_name'] }}
{{ $v['color'] }}
฿{{ number_format($v['price_discount'], 2) }}
฿{{ number_format($v['price'], 2) }}
|
{{ $v['quantity'] }}
|
฿{{ number_format($v['sub_total'], 2) }} |
@endforeach
|
|
|
|
Subtotal
|
฿{{ number_format($order['order']['sub_total'], 2) }}
|
VAT
{{ $order['order']['vat']['rate'] }}%
|
฿{{ number_format($order['order']['vat']['total'], 2) }}
|
Shipping Cost
|
฿{{ number_format($order['order']['total_shipping_fee'], 2) }}
|
Grand
Total |
฿{{ number_format($order['order']['total_order_amount'], 2) }}
|
Thank you for shopping with us.
|
Customer Service Contact Centre
{{ !empty(contact()['phone']) ? str_phone(contact()['phone']) : '' }}
Working hour:
{{ !empty(contact()['description']) ? strip_tags(contact()['description']) : '' }}
|
|