@extends('layouts/default') {{-- Page title --}} @section('title') Invoice @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Job Order

{{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']}}
@stop {{-- page level scripts --}} @section('footer_scripts') @stop