Level 122
pass the data to the view, same as passing any other data
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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.