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