@extends('layout.with-main') @section('title') {{ __('stat.stats') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('nav-tabs') @include('partials.statsusermenu') @endsection @section('page', 'page__stats--uploaders') @section('main')

{{ __('user.top-uploaders-count') }}

@foreach ($uploaders as $user) @endforeach
# {{ __('common.user') }} {{ __('torrent.uploaded') }}
{{ $loop->iteration }} {{ $user->value }}
@endsection