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 (array_key_exists('Complete Pack', $similarTorrents))
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 (array_key_exists('Specials', $similarTorrents))
Specials @foreach ($similarTorrents['Specials'] as $specialName => $special)
first) open @endif wire:ignore.self > {{ $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 wire:ignore.self > {{ $seasonName }} @if (array_key_exists('Season Pack', $season) && ! array_key_exists('Episodes', $season)) @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 (array_key_exists('Season Pack', $season))
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 && ! array_key_exists('Season Pack', $season))) open @endif wire:ignore.self > {{ $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) @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 }}
@endif

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

@forelse ($torrentRequests as $torrentRequest) @empty @endforelse
{{ $torrentRequest->name }} {{ $torrentRequest->category->name }} {{ $torrentRequest->type->name ?? 'Any' }} {{ $torrentRequest->resolution->name ?? 'Any' }} {{ $torrentRequest->votes }} {{ $torrentRequest->comments_count }} {{ number_format($torrentRequest->bounty) }} @switch(true) @case($torrentRequest->claim_exists && $torrentRequest->torrent_id === null) {{ __('request.claimed') }} @break @case($torrentRequest->torrent_id !== null && $torrentRequest->approved_when === null) {{ __('request.pending') }} @break @case($torrentRequest->torrent_id === null) {{ __('request.unfilled') }} @break @default {{ __('request.filled') }} @break @endswitch
{{ __('common.no-result') }}
@if ($collectionMovies?->isNotEmpty())

{{ __('mediahub.collection') }}

@foreach ($collectionMovies as $collectionMovie) @endforeach
@endif @if ($playlistCategories->isNotEmpty())

{{ __('playlist.playlists') }}

@foreach ($playlistCategories as $playlistCategory) @foreach ($playlistCategory->playlists as $playlist) @if ($loop->first) @endif @endforeach @endforeach
{{ __('common.category') }} {{ __('common.name') }} {{ __('playlist.titles') }} {{ __('common.author') }}
{{ $playlist->playlistCategory->name }} {{ $playlist->name }} {{ $playlist->torrents_count }}
@endif
@section('javascripts') @if ($user->group->is_modo) @endif @endsection