Removing items from a collection where there is a common variable such as a user_id etc.
$data = $data->keyBy('user_id'); $data->forget($item->id);