@extends('layout.with-main') @section('breadcrumbs')
| {{ __('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?->highspeed || $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 | |||||||
| {{ __('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?->highspeed || $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) @endif |
| No private RSS feeds | ||||||||