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