Shipping & Delivery
Payment
Order Complete
Success
Your Order (#{{ $order->id }}) is successful !
Thanks !
@elseif($payment == 2)Online Payment
Please Proceed to Online payment
Thanks !
@elseif($payment == 3)Online Payment
Please Proceed to Online Payment
Thanks !
@elseif ($payment == 4)Online Payment
Please Proceed to KBZPay
Thanks !
KBZPay with QR Code @elseif ($payment == 5)Online Payment
Please Proceed to Wave Pay
Thanks !
Wave Pay with QR Code @endifEmail : {{ session()->has('order_email') ? session('order_email') : Auth::guard('customer')->user()['email'] }}
User Name :{{ session()->has('customer_first_name') ? session('customer_first_name') : Auth::guard('customer')->user()['first_name'] }} {{ session()->has('customer_last_name') ? session('customer_last_name') : Auth::guard('customer')->user()['last_name'] }}
Phone No :{{ session()->has('order_phone') ? session('order_phone') : Auth::guard('customer')->user()['phone_no'] }}
({{ $orderProduct->order_note }}) @else {{ $orderProduct->product->name_en??'' }} @endif
@foreach ($orderProduct->orderOptions as $orderOption) @if ($orderOption->name == 'Color') {{-- {{ $orderOption->color_name ? $orderOption->color_name : $orderOption->value }} --}} {{ $orderOption->color_name }} @endif @endforeach