@extends('layout.default') @section('breadcrumbs') @endsection @section('nav-tabs') @endsection @section('page', 'page__rss--index') @section('main')

{{ __('rss.public') }}

@forelse ($public_rss as $rss) @empty @endforelse
{{ __('common.name') }} {{ __('common.categories') }} {{ __('common.types') }} {{ __('common.resolutions') }} {{ __('common.genres') }} {{ __('torrent.discounts') }} {{ __('common.special') }} {{ __('torrent.health') }}
{{ $rss->name }} @if ($rss->object_torrent?->categories) @else @endif @if ($rss->object_torrent?->types) @else @endif @if ($rss->object_torrent?->resolutions) @else @endif @if ($rss->object_torrent?->genres) @else @endif @if ($rss->object_torrent?->freeleech || $rss->object_torrent->doubleupload || $rss->object_torrent->featured) @else @endif @if ($rss->object_torrent?->stream || $rss->object_torrent?->highspeed || $rss->object_torrent?->sd || $rss->object_torrent?->internal || $rss->object_torrent?->personalrelease || $rss->object_torrent?->bookmark) @else @endif @if ($rss->object_torrent?->alive || $rss->object_torrent?->dying || $rss->object_torrent?->dead) @else @endif
No public RSS feeds

{{ __('rss.private') }}

@forelse ($private_rss as $rss) @empty @endforelse
{{ __('common.name') }} {{ __('common.categories') }} {{ __('common.types') }} {{ __('common.resolutions') }} {{ __('common.genres') }} {{ __('torrent.discounts') }} {{ __('common.special') }} {{ __('torrent.health') }} {{ __('common.action') }}
{{ $rss->name }} @if ($rss->object_torrent?->categories) @else @endif @if ($rss->object_torrent?->types) @else @endif @if ($rss->object_torrent?->resolutions) @else @endif @if ($rss->object_torrent?->genres) @else @endif @if ($rss->object_torrent?->freeleech || $rss->object_torrent?->doubleupload || $rss->object_torrent?->featured) @else @endif @if ($rss->object_torrent?->stream || $rss->object_torrent?->highspeed || $rss->object_torrent?->sd || $rss->object_torrent?->internal || $rss->object_torrent?->personalrelease || $rss->object_torrent?->bookmark) @else @endif @if ($rss->object_torrent->alive || $rss->object_torrent->dying || $rss->object_torrent->dead) @else @endif @if (auth()->id() == $rss->user_id)
  • {{ __('common.edit') }}
  • @csrf @method('DELETE')
  • @endif
    No private RSS feeds
    @endsection