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