@extends('layout.default') @section('title')
{{ __('common.user') }} | {{ __('torrent.agent') }} | {{ __('common.connected') }} | {{ __('torrent.completed') }} | {{ __('common.upload') }} | {{ __('common.download') }} | {{ __('torrent.refunded') }} | {{ __('common.added') }} | {{ __('torrent.last-update') }} | {{ __('torrent.completed_at') }} | {{ __('torrent.seedtime') }} | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@if (auth()->user()->group->is_modo || auth()->id() === $history->user_id)
{{ $history->agent }} | @else--- | @endif @if ($history->active){{ strtolower(__('common.yes')) }} | @else{{ strtolower(__('common.no')) }} | @endif @if ($history->seeder){{ strtolower(__('common.yes')) }} | @else{{ strtolower(__('common.no')) }} | @endif{{ App\Helpers\StringHelper::formatBytes($history->actual_uploaded, 2) }} ({{ App\Helpers\StringHelper::formatBytes($history->uploaded, 2) }}) | {{ App\Helpers\StringHelper::formatBytes($history->actual_downloaded, 2) }} ({{ App\Helpers\StringHelper::formatBytes($history->downloaded, 2) }}) | ({{ App\Helpers\StringHelper::formatBytes($history->refunded_download, 2) }}) | @if ($history->seedtime < config('hitrun.seedtime')) | {{ App\Helpers\StringHelper::timeElapsed($history->seedtime) }} | @else{{ App\Helpers\StringHelper::timeElapsed($history->seedtime) }} | @endif