Radio::make('customer_type')
->label('Are you a new customer?')
->options([
'YES' => 'Yes',
'NO' => 'No'
])->inline()->columnSpan(2)
->required(),
Radio::make('customer_type')
->label('Are you a new customer?')
->options([
'YES' => 'Yes',
'NO' => 'No'
])->inline()->columnSpan(2)
->required(),