Shri Ganesh Department Store
| S.No | Product | Qty | Unit | MRP | Price | Total |
| {{ $itmemKey + 1 }}. | {{ $item->product->product_name ?? '' }} | {{ round($item->qty, 2) }} | {{ $item->unit->unit_code ?? '' }} | {{ number_format($item->product->mrp_rate, 2) }} | {{ number_format($item->price, 2) }} | {{ number_format($item->row_total, 2) }} |
| Subtotal | {{ number_format($sales->sub_total, 2) }} | |||
| Discount | {{ number_format($sales->discount_aft_subtotal, 2) }} | |||
| Round Off | {{ number_format($sales->round_off, 2) }} | |||
| Grand Total | {{ number_format($sales->grand_total, 2) }} | |||