Section::make()
->columnSpanFull()
->schema([
Repeater::make('functions')
->label('Job Functions')
->addActionLabel('Add job function')
->simple(
TextInput::make('function')
),
]),
Section::make()
->columnSpanFull()
->schema([
Repeater::make('qualifications')
->label('Qualifications')
->addActionLabel('Add qualification')
->simple(
TextInput::make('qualification')
),
]),
Section::make()
->columnSpanFull()
->schema([
Repeater::make('functions')
->label('Job Functions')
->addActionLabel('Add job function')
->simple(
TextInput::make('function')
),
]),
Section::make()
->columnSpanFull()
->schema([
Repeater::make('qualifications')
->label('Qualifications')
->addActionLabel('Add qualification')
->simple(
TextInput::make('qualification')
),
]),