components([ TextInput::make('name') ->required(), TextInput::make('duration') ->required() ->numeric(), ]); } }