->schema([
Select::make('arrotondamentoS')
->label('Policy')
->options([
'0' => 'Nessun arrotondamento',
'1' => 'Step 0,10 EUR',
'2' => 'Step 0,50 EUR',
'3' => 'fine-price a .99',
])
->default('2')
->selectablePlaceholder(false)
->required(),
])
->schema([
Select::make('arrotondamentoS')
->label('Policy')
->options([
'0' => 'Nessun arrotondamento',
'1' => 'Step 0,10 EUR',
'2' => 'Step 0,50 EUR',
'3' => 'fine-price a .99',
])
->default('2')
->selectablePlaceholder(false)
->required(),
])