create($this->site, $this->all()); $this->dispatch('$refresh')->to(SslsList::class); $this->dispatch('created'); } public function render(): View { return view('livewire.ssl.create-ssl'); } }