{{Session::get('company')}} |
|
{{$voucherhead}} |
Date From: 01-01-1970 To: 05-08-2026
| SI.No | CE..# | CE..Ref.# | Customer | Salesman | Gross Amt. | Discount | VAT Amt. | Net Total | @foreach($reports as $row)
|---|---|---|---|---|---|---|---|---|
| {{$row->voucher_no}} | {{ $row->voucher_no }} | {{$row->reference_no}} | {{$row->master_name}} | {{$row->salesman}} | {{number_format($row->total,2)}} | {{number_format($row->discount,2)}} | {{number_format($row->vat_amount,2)}} | {{number_format($row->net_total,2)}} |
| {{$row->salesman}} | Total: | {{number_format($total_gross,2)}} | {{number_format($discount,2)}} | {{number_format($total_vat,2)}} | {{number_format($total_net,2)}} |