© 2026 Hedgehog Software, LLC
Repeater::make('scores') ->simple( TextInput::make('score') ->prefix(fn ($index) => $index + 1) ->required() )