I'm trying to submit a form which is in Vue and my route is
http://cricketstats.test/en/dashboard/players/z2d4ca09a7/india/941/runs
Here 941 is the player id. I want this id also to be passed to the laravel controller along with the remaining form data.
Is there have anyway to fetch this id from the url in vue, and pass it to the laravel controller?