Existing Users
@php
// $ip = Request::ip();
// $json = file_get_contents('https://geolocation-db.com/json/' . $ip);
// $data = json_decode($json);
$needsCaptcha = false;
// if(!($data->country_code === 'US')) {
// $needsCaptcha = true;
// }
@endphp
@if ($needsCaptcha === true)