verify = $verify; } /** * Build the message. * * @return $this */ public function build() { return $this->markdown('emails.confirm_email')->with(['verify'=>$this->verify]); } }