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