已上传 {{$documentsCount}} 个附件
@if($documentsCount > 0)
合并PDF文件
一键下载
放入PS合集
@endif
@foreach($generationDocumentList as $document)
@include('components.itemsDownLoadFiles', [
'isShowSync'=> 1,
'id'=> $document->documentID,
'format'=> $document->format,
'filePath' => config('locations.templateGeneration.asset') . $document->filePath,
'pdfPath'=> $document->pdfPath,
'thumbnailPath'=> config('locations.templateGeneration.asset') . 'PDF_Thumbnail/' . $document->thumbnailPath,
'name'=> $document->name,
'created_at' => $document->created_at,
'updated_at' => $document->updated_at,
'file_upload_status' => $document->file_upload_status,
'allowDelete' => true,
'isShowSync' => 1,
'size' => $document->size
])
@endforeach