© 2026 Hedgehog Software, LLC
Repeater::make('bedroom_option') ->itemLabel('Bedroom option') ->collapsed() ->inset() ->schema([ TextInput::make('room_title') ->reactive() ->label('Room title') ->required(),