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