Download files
@forelse( $files as $file ) @if( $file->state === 'private' ) @continue @endif
@if($file->state === 'archived') @endif{{ $file->filename }} {{ $file->prettyFileSize() }} - {{ $file->download_count }} downloads
Download @if( $file->online_patcher ) Patch @endif @if( $file->playOnlineSetting ) @auth Try it online @endauth @endif
@empty No files found @endforelse