Solution:
I guess you can simply send or pass the data to laravel route or controller directly . You can use fetch()
method or axios()
to send the data in post method to the url and catch that in the respective controller. As react component or can say react is only the view of the MVC that there is no way(may be in my knowledge) to pass the data to server side with a api request like fetch() n all.