add( auth()->user(), $this->all() ); $this->dispatch('$refresh')->to(ChannelsList::class); $this->dispatch('added'); } public function render(): View { return view('livewire.notification-channels.add-channel'); } }