token = $token; } public function build () { return $this->subject('【KIKI】会員登録のご案内')->markdown('emails.fathers.registration.temporary', [ 'url' => url('/p-account/register/'.$this->token), ]); } }