| Product Name & Description | Quantity | Unit Price | Total Price |
| {{ $item->product_name }} @for($i=0;$i |
{{$item->quantity}} | {{ priceFormat($item->price) }} | {{ priceFormat($item->final_price) }} |
| Product Qty | {{$order->items->sum('quantity')}} | Subtotal | {{ priceFormat($order->total_price) }} |
| Shipping |
@if($order->shipping_charge>0)
@if($order->free_delivery)
|
||
| Grand Total | {{ priceFormat($order->grand_total) }} | ||