文件上传  文件大小限制 {{$setting['upload_max']}}MB
@if($attachment['rows']) @foreach($attachment['rows'] as $n => $v)
{{$v['name']}} ({{human_filesize($v['size'])}}) @if(in_array($v['type'], ['pdf'])) [预览] @endif @if(in_array($v['type'], ['jpg','png','gif','bmp'])) [预览] @endif 删除
@endforeach @endif
@if($attachment['draft']) @foreach($attachment['draft'] as $n => $file)
! {{$file['name']}} ({{human_filesize($file['size'])}}) 删除
@endforeach @endif