Answers for "how to store value in array in controller and pass to view"

0

how to store value in array in controller and pass to view

return view('hello')->with(['key' => 'value']);
Posted by: Guest on November-10-2020
0

how to store value in array in controller and pass to view

<p>{{ $key }}</p>
Posted by: Guest on November-10-2020

Code answers related to "how to store value in array in controller and pass to view"

Browse Popular Code Answers by Language