exists($document->file_path)) { abort(404, 'File not found'); } return Storage::disk('local')->response($document->file_path); } }