You are returning html, not redirecting. You need to add that in the code where you point to this page :) How does the user get here?
Oct 30, 2020
4
Level 4
adding ?tab=xyz to a return view('contact.create',compact('vars'));
Hi
Do you know if it is possible to to add a ?tab=here when using return view command?
return view('contact.create', compact('agency_id','contact_id',));
I'd like to make it in certain circumstances go to a defined tab instead of the details view!
Thanks for any and all help in advance.
Regards Carl.
Please or to participate in this conversation.