Level 122
pass the data to the view, same as passing any other data
Summer Sale! All accounts are 50% off this week.
public function show(Request $request, $id) { $data=$request->session()->get('$batchref'); return view('journals.create'); }
How to insert the value of $data into another form
Please or to participate in this conversation.