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