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