{{ env('APP_NAME') }}

{{ $data['admin_address'] }}


Hi {{ $data['name'] }},

Congratulations! We have received your order.This is your order confirmation, We will notify you as soon as your items ship.

ORDER ID : #{{$data['order_id']}}

Address : {{$data['address']}}

Payment Mode : {{$data['payment_mode']}}

Order items

@foreach($data['items'] as $value) @endforeach

{{$value['qty']}}X

{{$value['product_name']}}

₹{{$value['price']}}

Subtotal

₹{{$data['sub_total']}}

Discount

₹{{$data['discount']}}

Delivery Charge

₹{{$data['delivery_charge']}}

Tax

₹{{$data['tax']}}

Total

₹{{$data['total']}}

{{ env('APP_NAME') }}