@extends('layout.default') @section('title') {{ __('common.upload') }} {{ __('common.subtitle') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('page', 'page__subtitle--create') @section('main')

{{ __('common.upload') }} {{ __('common.subtitle') }}

@csrf

@endsection @section('sidebar')

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

{{ $torrent->name }}

{{ __('subtitle.rules-title') }}

    @foreach (Str::of(__('subtitle.rules'))->replace(['
      ', '
    ', '
  1. ', '
  2. '], '')->trim()->explode("\n") as $rule)
  3. {{ $rule }}
  4. @endforeach
@endsection