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