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