@if($attachments['main']) @foreach($attachments['main'] as $n => $file)
{{$file['name']}} ({{human_filesize($file['size'])}})
@endforeach @endif