@component('mail::layout')
@component('mail::header', ['image' => AssetS3('/assets/image/invited.png')])

Installation Request (Installation Only)

@endcomponent

Installation Request Information:

@if ($is_moved_stairs) @endif
Name {{ $name }}
Phone Number {{ $phone_number }}
Email {{ $email }}
Zip Code {{ $zip_code }}
Is the appliance already on site? {{ $is_appliance_onsite ? 'Yes' : 'No' }}
Appliance Type(s):
@foreach ($types as $type)
  • {{ $type }}
  • @endforeach
    Brand(s):
    @foreach ($brands as $brand)
  • {{ $brand }}
  • @endforeach
    Model Number(s):
    @foreach ($model_numbers as $model_number)
  • {{ $model_number }}
  • @endforeach
    Are we uninstalling/ hauling away the existing old appliance?
    {{ $is_uninstalling ? 'Yes' : 'No' }}
    Does the appliance we are installing need to be moved up/down stairs?
    {{ $is_moved_stairs ? 'Yes' : 'No' }}
    If the above question is answered “Yes”, how many flights of stairs?
    {{ $total_stairs }} stairs
    Does the appliance we are installing need to be moved in front of the install location?
    {{ $is_installing_move_location ? 'Yes' : 'No' }}
    Please provide any additional information or requests:
    {{ $additional_info }}
    @endcomponent