$this->base2_path.'/'.$path]; } public function excelDownload($file){ return response()->file(storage_path().$this->base1_path.$this->base2_path.'/'.$file); } }