Support the ongoing development of Laravel.io →

Zahid

Joined 24 Aug 2021

Statistics

Threads 2
Replies 7
Solutions 0
Articles 0
posted 2 years ago

how to pass ajax response with return view

Hi guys! I want to get a drop down selected values on the same page without form submit. for this i...

0 Likes
16 Replies

How to convert a blade view to pdf

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

1 Likes
2 Replies
replied 2 years ago

how to pass ajax response with return view

this is the whole function... yes it shows the ajax post data in network tab in inspect ... public f...

0 Likes
replied 2 years ago

how to pass ajax response with return view

if($request->ajax()) { $sss=$request->ses_id; ------------------- this is ajax data i want th...

0 Likes
replied 2 years ago

how to pass ajax response with return view

Thx, Joedixon,500 error gone, but now I'm unable to get my 'sss' variable on my view . undefined var...

0 Likes
replied 2 years ago

how to pass ajax response with return view

code for returning response on controller is: return response()->view('admin/ttable.create_ttable...

0 Likes
replied 2 years ago

how to pass ajax response with return view

Yes using same return response()->view('myview', compact('ajaxdata')); but still getting 500 erro...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.