findOrFail($this->deleteId); $channel->delete(); $this->refreshComponent([]); $this->dispatch('confirmed'); } public function render(): View { return view('livewire.notification-channels.channels-list', [ 'channels' => NotificationChannel::query()->latest()->get(), ]); } }