{{$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
@empty