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

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

@foreach ($dead as $torrent) @endforeach
# {{ __('torrent.torrent') }} {{ __('torrent.seeders') }} {{ __('torrent.leechers') }} {{ __('torrent.completed') }}
{{ $loop->iteration }} {{ $torrent->name }} {{ $torrent->seeders }} {{ $torrent->leechers }} {{ $torrent->times_completed }}
@endsection