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