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