create( auth()->user(), $this->all() ); $this->dispatch('$refresh')->to(KeysList::class); $this->dispatch('added'); } public function render(): View { return view('livewire.ssh-keys.add-key'); } }