may([Permission::ReportEdit, Permission::ReportDictate, Permission::ReportApprove, Permission::ReportDownload]), 403); $report = StudyReport::with(['study', 'radiologist'])->where('accession_number', $uuid)->firstOrFail(); $path = Exporters::make($report->study, $report, ExportFormat::from(strtolower($format))); return response()->download(ReportStorage::abspath($path)); } }