@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--seedsize') @section('main')

{{ __('stat.top-seedsize') }}

@foreach ($users as $user) @endforeach
# {{ __('common.user') }} {{ __('torrent.seedsize') }}
{{ $loop->iteration }} {{ \App\Helpers\StringHelper::formatBytes($user->seedsize ?? 0) }}
@endsection