@extends('layout.with-main') @section('title')
| Client | {{ __('common.users') }} | {{ __('torrent.torrents') }} | Single Seeds | {{ __('torrent.peers') }} |
|---|---|---|---|---|
| {{ $prefix }} | {{ $group['user_count'] }} | {{ $group['torrent_count'] }} | {{ $group['single_seed_count'] ?? 0 }} | {{ $group['peer_count'] }} |
| {{ $agent }} | {{ $client['user_count'] }} | {{ $client['torrent_count'] }} | {{ $client['single_seed_count'] ?? 0 }} | {{ $client['peer_count'] }} |
| {{ $prefix }} | {{ $group['user_count'] }} | {{ $group['torrent_count'] }} | {{ $group['single_seed_count'] ?? 0 }} | {{ $group['peer_count'] }} |
| {{ $agent }} | {{ $client['user_count'] }} | {{ $client['torrent_count'] }} | {{ $client['single_seed_count'] ?? 0 }} | {{ $client['peer_count'] }} |