use Hoggarcrud\Hoggar\Fields\Select;
Select::make('car')
->contents([1, 2, 3]) // required
->labels(['Mecedes', 'Porshe', 'Ferrari']) // required
->value(2) // optional
->label('New Label') // optional
->notInDatabase() // optional, if you don't want this field in database