getRealIp(); $location = IpLocation::getLocation($ip); return json(['ip' => $ip, 'location' => $location]); } }