Your Order has been placed

Order Item


@foreach($data->products as $key=> $product) @endforeach
SL No Product Name Price Quantity Total
{{$key}} {{$product->product->name}} {{$product->qty}} {{$product->product->sellingPrice}} {{ ($product->product->sellingPrice* $product->qty)}}
Sub Total {{$data->subtotal}}
Discount {{$data->total_discount}}
Delivery Charge {{$data->delivery_charge}}
Grand Total {{$data->grandtotal}}