@yield('header_styles') @yield('horizontal_header')

{{Session::get('company')}}

{{$voucherhead}}


@if(!$istechn)@endif @php $i=0; @endphp @foreach($reports as $row) @php $i++; @endphp @if(!$istechn)@endif @endforeach
SI.# Job No. Description Vehicle No CustomerTechnician
{{$i}} {{ $row['voucher_no'] }} {{ $row['description'] }} {{ $row['vehicle'] }} {{$row['customer']}}{{$row['salesman']}}
{{-- page level scripts --}} @section('footer_scripts') @stop