Item Wise Sales Report
| Sl | Shipment No | Invoice No | Customer | Branch | Code | Product Name | Qty | Rate | Amount |
|---|---|---|---|---|---|---|---|---|---|
| {{ $sl++ }} | {{ $row['shipment_number'] }} | {{ $row['invoice_no'] }} | {{ $row['customer_name'] }} | {{ $row['branch_name'] }} | {{ $row['product_code'] }} | {{ $row['product_name'] }} | {{ number_format($row['quantity'], 2) }} | {{ number_format($row['rate'], 2) }} | {{ number_format($row['amount'], 2) }} |
| Total: | {{ number_format($totalQty, 2) }} | {{ number_format($totalAmount, 2) }} | |||||||