- {{ __('common.category') }}
-
@foreach ($categories as $category)
- {{ $category->name }}
- {{ $category->torrents_count }}
@endforeach
- {{ __('common.resolution') }}
-
@foreach ($resolutions as $resolution)
- {{ $resolution->name }}
- {{ $resolution->torrents_count }}
@endforeach
- {{ __('stat.total-torrents') }}
- {{ $num_torrent }}
- {{ __('stat.total-torrents') }} {{ __('torrent.size') }}
- {{ App\Helpers\StringHelper::formatBytes($torrent_size, 2) }}