How can I remove this error and how can I retrieve the data that I have passed via POST Request in Vue.js
This is my app.js, focus only on the red box.
Added this code to enable csrf_token.
This is the Route that what I'm trying to get a response
This is my Controller
And this is the error what I have encountered.
I want to know what is missing or wrong in my codes. I need your help.




