@extends('layout.with-main') @section('title')
| {{ __('common.name') }} | {{ __('torrent.size') }} | Balance | Times cheated | {{ __('torrent.uploaded') }} | {{ __('common.actions') }} | |||
|---|---|---|---|---|---|---|---|---|
| {{ $torrent->name }} | {{ $torrent->seeders }} | {{ $torrent->leechers }} | {{ $torrent->times_completed }} | {{ \App\Helpers\StringHelper::formatBytes($torrent->size) }} | {{ \App\Helpers\StringHelper::formatBytes($torrent->current_balance) }} | {{ \round($torrent->times_cheated, 3) }} | ||
| No cheated torrents | ||||||||