文件上传
文件大小限制 {{$setting['upload_max']}}MB
@if($attach['main']) @foreach($attach['main'] as $n => $file)
{{$file['name']}}
({{human_filesize($file['size'])}})
插入编辑器
删除
@endforeach @elseif($attachList['queue']) @foreach($attachList['queue'] as $n => $v)
{{$v['title']}}
({{human_filesize($v['size'])}})
插入编辑器
删除
@endforeach @endif
@if($attach['draft']) @foreach($attach['draft'] as $n => $file)
!
{{$file['name']}}
({{human_filesize($file['size'])}})
插入编辑器
删除
@endforeach @endif