otp = $otp; } /** * Build the message. * * @return $this */ public function build() { return $this ->subject('Kode OTP Anda') ->view('emails.otp') ->with(['otp' => $this->otp]); } }