| First Name |
: |
{{ $data['first_name'] }}
|
@if (!empty($data['last_name']))
| Last Name |
: |
{{ $data['last_name'] }}
|
@endif
@if (!empty($data['company_name']))
| Company Name |
: |
{{ $data['company_name'] }}
|
@endif
| Email |
: |
{{ $data['email'] }}
|
| Phone |
: |
{{ $data['phone'] }}
|
@if (!empty($data['service_needed']))
| Service Needed |
: |
{{ $data['service_needed'] }}
|
@endif
@if (!empty($data['number_of_assets']))
| Number of Assets |
: |
{{ $data['number_of_assets'] }}
|
@endif
@if (!empty($data['asset_type']))
| Asset Type |
: |
{{ $data['asset_type'] }}
|
@endif
@if (!empty($data['equipment_list']))
| Equipment List File Link |
: |
Click To Open
|
@endif
@if (!empty($data['product_images']) && is_array($data['product_images']))
| Product Images Link |
: |
@foreach ($data['product_images'] as $img)
Click To Open
@endforeach
|
@endif
@if (!empty($data['preferred_pickup_date']))
| Preferred Pickup Date |
: |
{{ $data['preferred_pickup_date'] }}
|
@endif
@if (!empty($data['additional_details']))
| Additional Details |
: |
{{ $data['additional_details'] }}
|
@endif
| IP Address |
: |
{{ $ip }}
|