where('clickid', $clickId) ->where('event_type', $eventType) ->first(); return $result ? $result->toArray() : []; } }