Laravel Collection Public API: whereLoose
whereLoose($key, $value) The whereLoose method operates similar to the where method. It filters the collection item's by checking that the given $key has some value equal to the provided $value . The whereLoose method does not check to make sure...