You can write a relation in Interest::class to fetch all the users with same interest.
you wanted to retrieve all other users who is having interests same as current user ?
you are using AND WHERE condition, I instead you can use OrWhere
The Laravel portal for problem solving, knowledge sharing and community building.