@foreach($files->sortBy('name', SORT_NATURAL) as $file)
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
|
@if($file->description)
• {{ $file->description }} |
@endif
@endforeach