{{$item['driver']}}
|
{{$item['order_no']}}
|
@if ($company->company_type == 2)
{{$item['company_name']}}
|
@endif
{{$item['model']}}
|
{{ $item['delivery_method_abbreviation'] }}
|
{{ $item['date_of_delivery'] }}
|
{{ $item['time_of_completion'] }}
|
@foreach ($item['pre_install_picture'] as $pre)
@endforeach
|
@foreach ($item['post_install_picture'] as $post)
@endforeach
|
@if ($item['customer_signature'])
@endif
|
@if ($item['has_damage_waiver'] == 1)
|
@else
|
@endif
@if ($item['has_damage_allowance'] == 1)
|
@else
|
@endif
@empty