| S # | sno | Date | Name | Po # | Po Date | Batch | Qty | Rate | Gross | Disc | Stax | Net |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $tr->desc1 }} | ||||||||||||
| {{ ($loop->index + 1) }} | {{ $tr->sno }} | {{ \Carbon\Carbon::parse($tr->date)->format('d/m/Y') }} | {{ $tr->customer1 }} | {{ $tr->customerpono }} | {{ \Carbon\Carbon::parse($tr->podate)->format('d/m/Y') }} | {{ $tr->batch }} | {{ $tr->unit }} | {{ $tr->price }} | {{ $tr->gross }} | {{ $tr->disc }} | {{ $tr->stax }} | {{ round($tr->net) }} |
| {{ $qty }} | {{ $gross }} | {{ $net }} | ||||||||||