*/ protected array $attributes = [ 'slot' => 'textarea', 'rows' => '5', 'class' => 'textarea', ]; public function render(): string { $textarea = form_textarea($this->attributes, $this->content); return <<{$textarea} CODE_SAMPLE; } }