delete(); $this->dispatch('refreshDatatable'); Flux::toast( heading: 'Berhasil', text: 'Voucher berhasil dihapus.', variant: 'success', ); Flux::modals()->close(); } public function render() { return view('livewire.studio.loyalty.voucher.index', [ 'pageTitle' => 'Voucher', ]); } }