email = $email; } public function build() { return $this ->subject('Hey, did you recently log in?') ->markdown('emails.login-backup-code') ->with([ 'email' => $this->email, ]); } }