@if($attach['auth']['add'] == true) 文件上传  文件大小限制{{$setting['upload_max']}} MB @endif
@if($attach['queue']) @if($attach['queue']) @foreach($attach['queue'] as $v)
{{$v['title']}} ( 上传者: {{get_user($v['add_user_id'], 'name')}}  上传时间: @datetime($v['add_time'])  大小: {{human_filesize($v['size'])}} ) @if($attach['auth']['add'] == true) 删除 @endif
@endforeach @endif @endif
@if($attach['draft']) @foreach($attach['draft'] as $k => $v)
! {{$v['title']}} ({{human_filesize($v['size'])}}) {{get_user($v['add_user_id'], 'name')}} - @datetime($v['add_time']) @if($attach['auth']['add'] == true) 删除 @endif
@endforeach @endif