token = $token; } /** * Build the message. * * @return $this */ public function build() { return $this ->markdown('email.sendtoken') ->subject('Token to complete registration') ->with(['token'=>$this->token]); } }