error = "Please complete the captcha."; return false; } return Http::asForm()->post(self::H_CAPTCHA_VERIFY_URL, [ 'secret' => config('services.h_captcha.secret_key'), 'response' => $value ])->json('success'); } /** * Get the validation error message. * * @return string */ public function message() { return $this->error; } }