@extends('layout.with-main')
@section('title')
{{ __('stat.stats') }} - {{ config('other.title') }}
@endsection
@section('breadcrumbs')
{{ __('stat.stats') }}
{{ __('common.users') }}
@endsection
@section('nav-tabs')
@include('partials.statsusermenu')
@endsection
@section('page', 'page__stats--seeders')
@section('main')
{{ __('stat.top-seeders') }}
| # |
{{ __('common.user') }} |
{{ __('torrent.seeding') }} |
@foreach ($seeders as $user)
| {{ $loop->iteration }} |
|
{{ $user->value }} |
@endforeach
@endsection