@component('mail::layout')
Installation Request Information:
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) |
Brand(s): @foreach ($brands as $brand) |
Model Number(s): @foreach ($model_numbers as $model_number) |
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 }} |