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

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

@foreach ($public_rss as $rss) @endforeach
{{ __('common.name') }} {{ __('common.position') }} {{ __('common.categories') }} {{ __('common.types') }} {{ __('common.resolutions') }} {{ __('common.genres') }} {{ __('torrent.discounts') }} {{ __('common.special') }} {{ __('torrent.health') }} {{ __('common.action') }}
{{ $rss->name }} {{ $rss->position }} @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
  • {{ __('common.view') }}
  • {{ __('common.edit') }}
  • @csrf @method('DELETE')
  • @endsection