I have the following Eloquent query
Task::whereIn(\'user_id\', [5,6,7,8]) ->onlyActive() ->with(\'user\') ->get()