Repeater::make('translations')
->schema([
Repeater::make('records')
->schema([
TextInput::make('value')->label(''),
])
->itemLabel(fn (array $state): ?string => $state['language']['name'] ?? null)
])
->itemLabel(fn (array $state): ?string => $state['tenant']['label'] ?? null)
Repeater::make('translations')
->schema([
Repeater::make('records')
->schema([
TextInput::make('value')->label(''),
])
->itemLabel(fn (array $state): ?string => $state['language']['name'] ?? null)
])
->itemLabel(fn (array $state): ?string => $state['tenant']['label'] ?? null)