email = $email; } public function build() { return $this ->subject('Two-factor authentication enabled on your account') ->markdown('emails.login-tfa-enabled') ->with([ 'email' => $this->email, ]); } }