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