, title: string, component: string} */ public function render(): array { return [ 'data' => $this->data(), 'title' => $this->title(), 'component' => $this->component(), ]; } }