Relative Content

Tag Archive for javascriptlaravelvuejs3inertiajslaravel-vue

Laravel Vue Update page prop of user data After axios post

I have a custom column inside by user’s table called avail_balance. When making a transaction, I want the available balance to update on the frontened WITHOUT having to reload the page. So after an axios post, it will react properly and update the value.