canOrAbort('create article'); $this->form->store(); $this->dispatch('refreshDatatable'); $this->toast('Artikel berhasil ditambahkan.'); $this->redirectRoute('studio.manage.article.index', navigate: true); } public function render() { return view('livewire.studio.manage.article.form', [ 'pageTitle' => 'Tambah Artikel', ]); } }