data = $data; $this->view = $view; } public function view(): View { //dd($this->data); return view($this->view, $this->data); } }