@extends('layout.default') @section('title')
{{ __('common.name') }} | {{ __('torrent.size') }} | Balance | Times Cheated | All-time Balance | {{ __('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) }} | {{ \App\Helpers\StringHelper::formatBytes($torrent->balance) }} | ||
No cheated torrents |