activity = Activity::find($this->activity_log_id); } public function polling() { $this->activity?->refresh(); if (data_get($this->activity, 'properties.exitCode') !== null) { $this->isKeepAliveOn = false; } } public function render() { return view('livewire.poll-activity'); } }