delete(); } $this->dispatch('clientDeleted'); // (Opcional) Envia uma notificação de sucesso $this->dispatch('notify', message: 'Cliente excluído com sucesso!'); } public function render() { return '
'; } }