@foreach($files as $file)
  • {{ $file->name }} {{-- only show description is one is provided --}} @if($file->description) - {{$file->description}} @endif {{ $file->download_count.' '.trans_choice('common.download', $file->download_count) }}
  • @endforeach