Laravel – Use blade in Jquery with Ajax to get data – Jquery ajax
I am trying to build a "view details" page for many "request" in database, with a customised progress bar, which can be access by calling RequestListController@show. I store progress for each "request" in MySQL. I want to get the progress…