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