{{-- Overall Areas --}}
Overall Floor Areas
{{-- Room Counts --}}
Room Counts
{{-- Room Dimensions --}}
Room Dimensions & Individual Areas
Type width × length → sqm & sqft auto-fill.
Room Name
Unit
Width
Length
Area (sqm)
Area (sqft)
@foreach($dims as $i => $dim)
@endforeach
{{-- Amenities --}}
{{--
Amenities
@php
$savedAmenities = $plots->amenities ?? [];
$allAmenities = [
'Swimming Pool','Gym','Parking','24/7 Security','Club House',
'Children Play Area','Jogging Track','Garden','Lift','Power Backup',
'CCTV Surveillance','Intercom','Visitor Parking','Terrace',
];
@endphp
@foreach($allAmenities as $amenity)
@endforeach
--}}
{{-- Floor Plan Image --}}
{{-- Floor Plan Image --}}
Floor Plan Image
{{-- Empty state --}}
Click to upload floor plan
JPG, PNG or WebP — shown on the buyer-facing unit page
{{-- Preview state --}}
{{ $plots->floor_plan_image ? basename($plots->floor_plan_image) : '' }}
Click to change
{{-- Hidden flag so backend knows to delete existing floor plan if cleared --}}