form->setOutlet($outlet); } public function save() { $this->form->update(); $this->dispatch('refreshDatatable'); Flux::toast( heading: 'Berhasil', text: 'Outlet berhasil diperbarui.', variant: 'success', duration: 3000 ); $this->redirectRoute('studio.master.outlet.index', navigate: true); } public function render() { return view('livewire.studio.master.outlet.form', [ 'pageTitle' => 'Ubah Outlet', ]); } }