| 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->vendor1 }} | {{ $tr->pono }} | {{ \Carbon\Carbon::parse($tr->podate)->format('d/m/Y') }} | {{ $tr->batch }} | {{ $tr->qty1 }} | {{ $tr->rate }} | {{ $tr->gross }} | {{ $tr->disc }} | {{ $tr->stax }} | {{ round($tr->net) }} |
| {{ $qty }} | {{ $gross }} | {{ $net }} | ||||||||||