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