@if (!empty($structures))
X
 SqFt
@php $selectedRoofTypes = is_array($structures['structures_roof_type']) ? $structures['structures_roof_type'] : []; $allRoofTypes = ['Aluminum', 'Brick', 'Concrete', 'Wood']; @endphp
@php $selectedInteriorMaterials = is_array($structures['structures_interior_material']) ? $structures['structures_interior_material'] : []; $allInteriorMaterials = ['Aluminum', 'Brick', 'Concrete', 'Wood']; @endphp
@php $selectedExteriorMaterials = is_array($structures['structures_exterior_material']) ? $structures['structures_exterior_material'] : []; $allExteriorMaterials = ['Brick', 'Cedar', 'Composition Siding Cement', 'Composition Siding Wood', 'Concrete Block', 'Cultured Stone', 'Drivit Type', 'Log', 'Log siding', 'Shingle Shake', 'Stone', 'Stucco Style', 'Vinyl', 'Vinyl with Brick', 'Vinyl with Stone', 'Wood', 'Wood Brick', 'Wood with Stone', 'Other']; @endphp
@endif