message = $message; } /** * Build the message. * * @return $this */ public function build() { return $this->view('errorMessage')->with(['err_msg'=>$this->message]); } }