Eleminate the record id which are in whereNotIn condition – Laravel
I am trying to get the result of games where records are not in team_id array. from front end, sending array of team_id [ 23, 24 ], the result should not consider 23, 24 id from game_teams table games table…