| S # | Sno | Date | Salesman | Disc | Stax | Net |
|---|---|---|---|---|---|---|
| {{ $tr->customer1 }} | ||||||
| {{ ($loop->index + 1) }} | {{ $tr->sno }} | {{ \Carbon\Carbon::parse($tr->date)->format('d/m/Y') }} | {{ $tr->deliver }} | {{ $tr->disc }} | {{ $tr->stax }} | {{ round($tr->net) }} |
| S # | Sno | Date | Salesman | Disc | Stax | Net |
|---|---|---|---|---|---|---|
| {{ $tr->customer1 }} | ||||||
| {{ ($loop->index + 1) }} | {{ $tr->sno }} | {{ \Carbon\Carbon::parse($tr->date)->format('d/m/Y') }} | {{ $tr->deliver }} | {{ $tr->disc }} | {{ $tr->stax }} | {{ round($tr->net) }} |