Forms\Components\Repeater::make('links')
->label('Links')
->maxItems(1)
->addActionLabel('Add button')
->schema([
Forms\Components\TextInput::make('url')
->required()->url(),
Forms\Components\TextInput::make('text')
->required(),
]),
Forms\Components\Repeater::make('links')
->label('Links')
->maxItems(1)
->addActionLabel('Add button')
->schema([
Forms\Components\TextInput::make('url')
->required()->url(),
Forms\Components\TextInput::make('text')
->required(),
]),