Home Visit Report {{$type ? '- '. $type : '' }} | |
Date : | {{$today}} |
Driver Names | Reference No | @if ($type == 'Install')Model Numbers | @endif @if ($company->company_type == 2)Company | @endifDelivery Method Abbrevation | Date Completed | @if ($type != 'Install')Time to Complete | @endif @if ($type != 'Survey')Description | @endif @if ($type == 'Survey')Form Name | @endif
---|---|---|---|---|---|---|---|---|
{{$item['driver']}} | {{$item['order_no']}} | @if ($type == 'Install'){{ $item['model_numbers'] }} | @endif @if ($company->company_type == 2){{$item['company_name']}} | @endif{{ $item['delivery_method_abbreviation'] }} | {{ $item['date_of_delivery'] }} | @if ($type != 'Install'){{ $item['time_of_completion'] }} | @endif @if ($type != 'Survey'){{$item['description']}} | @endif @if ($type == 'Survey'){{$item['detail']['form_name']}} | @endif
No Data |