how to pass array data from controller to view in codeigniter code example
Example: how to store value in array in controller and pass to view
return view('hello')->with(['key' => 'value']);
return view('hello')->with(['key' => 'value']);