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