Have you tried passing data from the view to a controller, process that data and afterward pass along the intended data to the second view like
return view('secondpage')->with('data' , $data);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community