components([ TextInput::make('title') ->required() ->live(onBlur: true), TextInput::make('description') ->nullable(), Textarea::make('content') ->rows(5) ->columnSpanFull(), ]); } }