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

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

{{ __('torrent.category') }}
@foreach ($categories as $category)

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

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

@endforeach
{{ __('torrent.genre') }}
@foreach ($genres as $genre)

@endforeach
Buff

Tags

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

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

Primary Language
@foreach ($primaryLanguages as $primaryLanguage)

@endforeach

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

{{ $torrents->links('partials.pagination') }} @switch(true) @case($view === 'list')
auth()->user()->settings?->show_poster, 'torrent-search--list__no-poster-headers' => ! auth()->user()->settings?->show_poster, ]) > @if (auth()->user()->settings?->show_poster) @endif @forelse ($torrents as $torrent) @empty @endforelse
PosterFormat {{ __('torrent.name') }} @include('livewire.includes._sort-icon', ['field' => 'name']) {{ __('common.actions') }} Rating @include('livewire.includes._sort-icon', ['field' => 'rating']) {{ __('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']) {{ __('torrent.age') }} @include('livewire.includes._sort-icon', ['field' => 'created_at'])
{{ __('common.no-result') }}
@break @case($view === 'card')
{{ __('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']) {{ __('common.created_at') }} @include('livewire.includes._sort-icon', ['field' => 'created_at'])
@forelse ($torrents as $torrent) @empty {{ __('common.no-result') }} @endforelse
@break @case($view === 'group')
@include('livewire.includes._sort-icon', ['field' => 'times_completed']) {{ __('common.created_at') }} @include('livewire.includes._sort-icon', ['field' => 'created_at'])
@forelse ($torrents as $group) @isset($group, $group->id) @switch($group->meta) @case('movie') @break @case('tv') @break @endswitch @endisset @empty {{ __('common.no-result') }} @endforelse
@break @case($view === 'poster')
@include('livewire.includes._sort-icon', ['field' => 'times_completed']) {{ __('common.created_at') }} @include('livewire.includes._sort-icon', ['field' => 'created_at'])
@forelse ($torrents as $group) @switch($group->meta) @case('movie') @break @case('tv') @break @endswitch @empty {{ __('common.no-result') }} @endforelse
@break @endswitch {{ $torrents->links('partials.pagination') }}