RepeatableEntry::make('candidateEducationHistories')
->schema([
Group::make([
Actions::make([
Action::make('edit')
->mountUsing(...)
->schema(...)
->action(...),
// other actions
]),
])
])
RepeatableEntry::make('candidateEducationHistories')
->schema([
Group::make([
Actions::make([
Action::make('edit')
->mountUsing(...)
->schema(...)
->action(...),
// other actions
]),
])
])