how to retrieve value from $data array passed into page from controller 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']);