@props([ 'totalFloors' => null, 'propertyOnFloor' => null, 'bhk', // 🆕 Required for nesting input names correctly ])
{{ __('Total Floors') }}
@error("flats.$bhk.total_floors") {{ $message }} @enderror
{{ __('Property on Floor') }}
@error("flats.$bhk.property_on_floor") {{ $message }} @enderror