|
Thank you for your order!
Order ID: {{$order->order_no}}
Order received
on {{localTimeZone($order->created_at)->format('l \\, d/y/m')}}
|
|
|
Image
|
Product
|
Price
|
Qty
|
Total
|
@foreach($order->items as $item)
|
{{$item->item->name}}
@foreach($item->variations as $variation)
-
{{$variation->title}}
: {{$variation->selected_option}}
@endforeach
|
AED {{$item->price / $item->quantity}}
|
{{$item->quantity}}
|
AED {{$item->price}}
|
@endforeach
|
Subtotal
|
AED {{$order->payable_amount}}
|
|
Delivery Charges
|
AED 0
|
|
Total
|
AED {{$order->payable_amount}}
|
|
| |
Delivery
Address
{{$order->address->detail}}
|
Your order will be processed shortly. For any order
related
queries, please call 111-111-111 and mention your Order
ID
to the call center staff.
--
Foody Code
UAN: 111-111-111
|