@if (auth()->user()->group->is_editor || auth()->user()->group->is_modo || auth()->id() === $torrent->user_id)
@endif
@include('components.partials._torrent-icons')
|
@if (config('torrent.download_check_page') == 1)
@else
@endif
@if (config('torrent.magnet') == 1)
@endif
|
|
{{ $torrent->getSize() }}
|
{{ $torrent->seeders }}
|
{{ $torrent->leechers }}
|
{{ $torrent->times_completed }}
|
|