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 PAYMENT UPDATE

ORDER DATE. {{ $order['order']['created_at'] }}

ORDER NUMBER. {{ $order['order']['order_no'] }}

@if ($order['order']['payment_status'] == 1)

ORDER PAYMENT. Confirmed Payment

ORDER PAYMENT AMOUNT. ฿{{ number_format($order['order']['payment_amount'], 2) }}

ORDER PAYMENT DATE. {{ $order['order']['payment_date'] }}

@elseif($order['order']['payment_status'] == 0)

ORDER PAYMENT. Not Confirm

@endif

{{-- --}} @foreach ($order['order']['items'] as $k => $v) @endforeach
image Product Quantity Item Price Total
{{ $v['product_name'] }}
{{ $v['color'] }}
฿{{ number_format($v['price_discount'], 2) }} ฿{{ number_format($v['price'], 2) }}
{{ $v['quantity'] }} ฿{{ number_format($v['sub_total'], 2) }}
       
Subtotal ฿{{ number_format($order['order']['sub_total'], 2) }}
VET {{ $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']) : '' }}