Laravel + MySQL multi-level Exists condition not being respected
I'm having a problem with multi-level whereHas because the restriction / condition of city is not being respected & the query returns all records. I know I'm performing an unnecessary nested whereHas, I know I could simplify the query, yet,…