{{Session::get('company')}} |
|
{{$voucherhead}} |
Date From: 01-01-1970 To: 05-08-2026
| JO.# | JO.Ref.# | Vehicle No | Customer | Technician | Gross Amt. | Discount | VAT Amt. | Net Total | @foreach($reports as $row)
|---|---|---|---|---|---|---|---|---|
| {{$row->voucher_no}} | {{ $row->reference_no }} | {{$row->reg_no.' '.$row->issue_plate.' '.$row->code_plate}} | {{$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)}} |
| Total: | {{number_format($total_gross,2)}} | {{number_format($row->discount,2)}} | {{number_format($total_vat,2)}} | {{number_format($total_net,2)}} |