widget = Model::find($id); $this->manager = $this->widget->getManager(); } /** * Get the view / contents that represent the component. * * @return \Illuminate\Contracts\View\View|string */ public function render() { $manager = $this->manager; return $manager->render(); } }