foody code

Thank you for your order!
Order ID: {{$order->order_no}}

Order received on {{localTimeZone($order->created_at)->format('l \\, d/y/m')}}

@foreach($order->items as $item) @endforeach
Image Product Price Qty Total
{{$item->item->name}}
    @foreach($item->variations as $variation)
  • {{$variation->title}} : {{$variation->selected_option}}
  • @endforeach
AED {{$item->price / $item->quantity}} {{$item->quantity}} AED {{$item->price}}
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