@props([ 'totalFloors' => null, // Prop for Total Floors 'propertyOnFloor' => null, // Prop for Property on Floor ])
{{ __('Total Floors') }}
@error('total_floors') {{ $message }} @enderror
{{ __('Property on Floor') }}
@error('property_on_floor') {{ $message }} @enderror