@extends('layout.default') @section('title') {{ __('rss.edit-private-feed') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('page', 'page__rss--edit') @section('main')

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

@csrf @method('PATCH')

{{ __('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
{{ __('torrent.discounts') }}

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

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

@endsection