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