Hi guys! I want to get a drop down selected values on the same page without form submit. for this i...
Hi, everyone, I am new to Laravel, I want to generate a pdf from a view that is generated run time....
akibo liked this thread
this is the whole function... yes it shows the ajax post data in network tab in inspect ... public f...
if($request->ajax()) { $sss=$request->ses_id; ------------------- this is ajax data i want th...
Thx, Joedixon,500 error gone, but now I'm unable to get my 'sss' variable on my view . undefined var...
code for returning response on controller is: return response()->view('admin/ttable.create_ttable...
Yes using same return response()->view('myview', compact('ajaxdata')); but still getting 500 erro...
The Laravel portal for problem solving, knowledge sharing and community building.
The community