otp = $otp; } /** * Build the message. * * @return $this */ public function build() { $otp = $this->otp; return $this->subject('OTP from Jericho Altenatives')->view('Admin.email.otp-mail',compact('otp')); } }