{{ __('common.search') }}

{{ __('torrent.filters') }}

{{ __('torrent.moderation') }}

Precision

{{ __('user.uploads') }}

@if (config('other.thanks-system.is-enabled')) @endif @foreach ($uploads as $torrent) @if (config('other.thanks-system.is-enabled')) @endif @endforeach
{{ __('torrent.name') }} @include('livewire.includes._sort-icon', ['field' => 'name']) {{ __('torrent.size') }} @include('livewire.includes._sort-icon', ['field' => 'size']) @include('livewire.includes._sort-icon', ['field' => 'seeders']) @include('livewire.includes._sort-icon', ['field' => 'leechers']) @include('livewire.includes._sort-icon', ['field' => 'times_completed']) @include('livewire.includes._sort-icon', ['field' => 'tips_sum_bon']) @include('livewire.includes._sort-icon', ['field' => 'thanks_count']) @include('livewire.includes._sort-icon', ['field' => 'comments_count']) {{ __('torrent.uploaded') }} @include('livewire.includes._sort-icon', ['field' => 'created_at']) @include('livewire.includes._sort-icon', ['field' => 'status']) @include('livewire.includes._sort-icon', ['field' => 'status'])
@if ($torrent->internal) @endif {{ $torrent->name }} {{ App\Helpers\StringHelper::formatBytes($torrent->size) }} {{ $torrent->seeders }} {{ $torrent->leechers }} {{ $torrent->times_completed }} {{ $torrent->tips_sum_bon ?? 0 }} {{ $torrent->thanks_count ?? 0 }} {{ $torrent->comments_count ?? 0 }} @if ($torrent->personal_release === 1) @else @endif @switch($torrent->status) @case(\App\Models\Torrent::PENDING) @break @case(\App\Models\Torrent::APPROVED) @break @case(\App\Models\Torrent::REJECTED) @break @case(\App\Models\Torrent::POSTPONED) @break @endswitch
{{ $uploads->links('partials.pagination') }}