@yield('header_styles') @yield('horizontal_header')
{{Session::get('company')}}

{{$reporthead}}

Date From: {{date('d-m-Y',strtotime($datefrom))}}   To: {{date('d-m-Y',strtotime($dateto))}}


@if($wtype=='wo') @foreach($report as $row) @endforeach
SI.No. Date WO.No. Cust.Ref.No. Project Name Location WO Requestor WO Description WO Type WO Status
{{$i++}} {{date('d-m-Y',strtotime($row->creation_datetime))}} {{$row->wo_no}} {{$row->reference_no}} {{$row->job}} {{$row->location}} {{$row->technician}} {{$row->description}} {{$row->wo_type}} {{$status}}
@else @foreach($report as $row) @endforeach
Enq. No. Date WO Type Customer Location Status
{{$row->enq_no}} {{date('d-m-Y',strtotime($row->enquiry_datetime))}} {{$row->wo_type}} {{$row->customer}} {{$row->location}} {{$status}}
@endif
{{-- page level scripts --}} @section('footer_scripts') @stop