resetLink = $resetLink; // Buat URL untuk mobile app (deep link) if ($token && $email) { $this->appResetLink = "kidgo://reset-password?token=$token&email=$email"; } else { $this->appResetLink = null; } } /** * Build the message. * * @return $this */ public function build() { return $this->subject('Reset Password KidGo App') ->view('emails.forgot-password'); } }