renderBody(), ); } public function renderBody(): string { return view() ->make($this->view(), get_object_vars($this)) ->render(); } }