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