report->project->download_path . '/' . $this->report->path; if (!Storage::exists($filePath)) { abort(404); } return Storage::download($filePath); } }