all(); $file_name = $data['file_name']; $excel = new MyExport(); return $excel->excelDownload($file_name); } }