skip to Main Content

Laravel – How to dispatch function in x-data alpine from livewire 3

I would like to call a function called "syncBudget" <div wire:key="extendForm" class="card p-3 border-0 shadow-sm space-y-3" x-data="() => { return { length: @entangle('length'), lengthType: @entangle('lengthType'), coupon: @entangle('coupon'), partnerPackage: {{ $partnerPackage }}, total: @entangle('total'), couponDiscount: @entangle('couponDiscount'), lengthDiscount: @entangle('lengthDiscount'), amountToPay: @entangle('amountToPay'), syncBudget:…

VIEW QUESTION
Back To Top
Search