$numToFind = 500; if(Model::where('range_from', '>=', $numToFind)->where('range_to', '<=', $numToFind)->count()) { // It exists... }