delete(); $this->dispatch('refreshDatatable'); Flux::toast( heading: 'Berhasil', text: 'Botol berhasil dihapus.', variant: 'success', ); Flux::modals()->close(); } public function render() { return view('livewire.studio.catalog.bottle.index', [ 'pageTitle' => 'Botol', ]); } }