enter = EnterModel::where(['activity_id' => $activity->id, 'uid' => $uid])->first(); return new ActivityResource($activity); } }