@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))}} |
|
| SI.No. | Date | WO.No. | Cust.Ref.No. | Project Name | Location | WO Requestor | WO Description | WO Type | WO Status | @foreach($report as $row)
|---|---|---|---|---|---|---|---|---|---|
| {{$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}} |
| Enq. No. | Date | WO Type | Customer | Location | Status | @foreach($report as $row)
|---|---|---|---|---|---|
| {{$row->enq_no}} | {{date('d-m-Y',strtotime($row->enquiry_datetime))}} | {{$row->wo_type}} | {{$row->customer}} | {{$row->location}} | {{$status}} |