In laravel 7 app I have users table(id, username), interests(id, name) ad user_interests(user_id, interest_id) as any user can have different interests. I need to select oth