table('agent.dbo.recharge_ip') ->whereRaw("CHARINDEX($ip, ip) > 0") ->first(); if (!$first) { return false; } return true; } }