info   I acknowledge i have received my items.
@foreach ($detail as $item)

Model #

{{$item['model']}}

Delivery date

{{$item['delivery_date']}}

Delivery time of completion

{{$item['time_completion']}}

Serial #

{{$item['serial_numbers']}}

Install sold

Damage Waiver

Signature

    @foreach ($item['installs'] as $install)
  • {{$install}}
  • @endforeach
@if($item['damage_waiver']) image @else - @endif @if($item['signature']) image @else - @endif

Pre-Installation Photos

Post-Installation Photos

@foreach ($item['pre_install_picture'] as $pre) image @endforeach @foreach ($item['post_install_picture'] as $pre) image @endforeach
@endforeach