components([ TextInput::make('name') ->required() ->maxLength(255), Textarea::make('description') ->rows(3) ->columnSpanFull(), ]); } }