@extends('layout.default') @section('title') {{ __('stat.stats') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('page', 'page__stats--clients') @section('main')

Clients

@if (auth()->user()->group->is_modo) @foreach ($clients as $prefix => $group) @foreach ($group['clients'] as $client) @endforeach @endforeach @else @foreach ($clients as $prefix => $group) @foreach ($group['clients'] as $client) @endforeach @endforeach @endif
Client {{ __('common.users') }} {{ __('torrent.peers') }}
{{ $prefix }} {{ $group['user_count'] }} {{ $group['peer_count'] }}
{{ $client['agent'] }} {{ $client['user_count'] }} {{ $client['peer_count'] }}
{{ $prefix }} {{ $group['user_count'] }} {{ $group['peer_count'] }}
{{ $client['agent'] }} {{ $client['user_count'] }} {{ $client['peer_count'] }}
@endsection