@if($attachment['options']['create']) @endif
@if($attachment['options']['create']) 文件上传  文件大小限制 {{$setting['upload_max']}}MB
@endif
@if($attachment['rows']) @foreach($attachment['rows'] as $n => $v)
{{$v['name']}} ({{human_filesize($v['size'])}}) 删除
@endforeach @endif
@if($attachment['options']['create'])
@if($attachment['draft']) @foreach($attachment['draft'] as $n => $file)
! {{$file['name']}} ({{human_filesize($file['size'])}}) 删除
@endforeach @endif
@endif