@foreach($files->sortBy('name', SORT_NATURAL) as $file) @if($file->description) @endif @endforeach
isExternalFile) data-external-redirect="{{ $file->url }}" @endif>{{ $file->name }} @if(Theme::getSetting('download_counts') && $file->download_count > 0) {{ $file->download_count.' '.trans_choice('common.download', $file->download_count) }} @endif
• {{ $file->description }}