Order Status Updated

Hi {{$name}},

Your order #{{config('global.order_prefix').date(date('Ymd', strtotime($order->created_at))).$order->order_id}} status updated to {{$ord_status}}

ORDER SUMMARY

Invoice No: #{{$order->invoice_id}}
Sub Total: AED {{$order->total}}
Tax: AED {{$order->vat}}
Discount: AED {{$order->discount}}
Grand Total: AED {{$order->grand_total}}
Payment : @if($order->payment_mode==1) Wallet @endif @if($order->payment_mode==2) Card @endif @if($order->payment_mode==3) Apple Pay @endif

Delivery Address

{{$order->address->full_name}}

{{$order->address->building}}
{{$order->address->apartment}}
{{$order->address->street}}
{{$order->address->location}}
{{$order->address->land_mark}}

@foreach ($order->products as $prd) @endforeach

{{$prd->product_name}}

Quantity : {{$prd->quantity}}

Price : AED {{$prd->price}}

Discount : AED {{$prd->discount}}

Total : AED {{$prd->total}}

Much love,

HOP

© 2023 HOP. All Rights Reserved.