otp = $otp; } public function build() { return $this->subject('Kode OTP Reset Password') ->view('emails.otp') ->with([ 'otp' => $this->otp ]); } }