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

user()->settings?->torrent_search_autofocus) autofocus @endif />

{{ __('torrent.type') }}
@foreach ($types as $type)

@endforeach
{{ __('torrent.resolution') }}
@foreach ($resolutions as $resolution)

@endforeach
Buff

Tags

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

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

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

@if ($checked && $user->group->is_modo)
@endif @if ($user->group->is_modo)
@endif
@if ($category->tv_meta)
@if ($similarTorrents->has('Complete Pack'))
Complete Pack @foreach ($similarTorrents['Complete Pack'] as $type => $torrents) @foreach ($torrents as $torrent) @if ($loop->first) @endif @if ($user->group->is_modo) @endif @include('components.partials._torrent-group-row') @endforeach @endforeach
{{ $type }}
@endif @if ($similarTorrents->has('Specials'))
has('Complete Pack') && ! $similarTorrents->has('Seasons'))) open @endif > Specials @foreach ($similarTorrents['Specials'] as $specialName => $special)
first) open @endif > {{ $specialName }} @foreach ($special as $type => $torrents) @foreach ($torrents as $torrent) @if ($loop->first) @endif @if ($user->group->is_modo) @endif @include('components.partials._torrent-group-row') @endforeach @endforeach
{{ $type }}
@endforeach
@endif @foreach ($similarTorrents['Seasons'] ?? [] as $seasonName => $season)
first) open @endif > {{ $seasonName }} @if ($season->has('Season Pack') && ! $season->has('Episodes')) @foreach ($season['Season Pack'] as $type => $torrents) @foreach ($torrents as $torrent) @if ($loop->first) @endif @if ($user->group->is_modo) @endif @include('components.partials._torrent-group-row') @endforeach @endforeach
{{ $type }}
@elseif ($season->has('Season Pack'))
Season Pack @foreach ($season['Season Pack'] as $type => $torrents) @foreach ($torrents as $torrent) @if ($loop->first) @endif @if ($user->group->is_modo) @endif @include('components.partials._torrent-group-row') @endforeach @endforeach
{{ $type }}
@endif @foreach ($season['Episodes'] ?? [] as $episodeName => $episode)
first && ! $season->has('Season Pack'))) open @endif > {{ $episodeName }} @foreach ($episode as $type => $torrents) @foreach ($torrents as $torrent) @if ($loop->first) @endif @if ($user->group->is_modo) @endif @include('components.partials._torrent-group-row') @endforeach @endforeach
{{ $type }}
@endforeach
@endforeach
@elseif ($category->movie_meta) @if ($user->group->is_modo) @endif @foreach ($similarTorrents as $type => $torrents) @foreach ($torrents as $torrent) @if ($loop->first) @endif @if ($user->group->is_modo) @endif @include('components.partials._torrent-group-row') @endforeach @endforeach
{{ __('torrent.type') }} {{ __('torrent.name') }} {{ __('common.actions') }} {{ __('torrent.size') }} {{ __('torrent.age') }}
{{ $type }}
@elseif ($category->game_meta) @foreach ($similarTorrents->sortBy('type.position')->values()->groupBy('type.name') as $type => $torrents)

{{ $type }}

@foreach ($torrents->sortBy('resolution.position')->values()->groupBy('resolution.name') as $resolution => $torrents) @foreach ($torrents as $torrent) @if ($user->group->is_modo) @endif @endforeach @endforeach
{{ $resolution }}
@endforeach @endif

{{ __('request.requests') }}

@forelse ($torrentRequests as $torrentRequest) @empty @endforelse
{{ $torrentRequest->name }} {{ $torrentRequest->category->name }} {{ $torrentRequest->type->name }} {{ $torrentRequest->resolution->name ?? 'Unknown' }} {{ $torrentRequest->votes }} {{ $torrentRequest->comments_count }} {{ number_format($torrentRequest->bounty) }} @switch(true) @case($torrentRequest->claimed && $torrentRequest->torrent_id === null) {{ __('request.claimed') }} @break @case($torrentRequest->torrent_id !== null && $torrentRequest->approved_by === null) {{ __('request.pending') }} @break @case($torrentRequest->torrent_id === null) {{ __('request.unfilled') }} @break @default {{ __('request.filled') }} @break @endswitch
{{ __('common.no-result') }}
@section('javascripts') @if ($user->group->is_modo) @endif @endsection