@extends('layout.with-main-and-sidebar') @section('breadcrumbs')
| {{ __('common.position') }} | Name regex | Min. torrent size | {{ __('common.category') }} | {{ __('common.type') }} | {{ __('common.resolution') }} | Freeleech percentage | {{ __('common.created_at') }} | {{ __('torrent.updated_at') }} | {{ __('common.actions') }} |
|---|---|---|---|---|---|---|---|---|---|
| {{ $automaticTorrentFreeleech->position }} | {{ $automaticTorrentFreeleech->name_regex ?? '*' }} | {{ App\Helpers\StringHelper::formatBytes($automaticTorrentFreeleech->size ?? 0, 2) }} | {{ $automaticTorrentFreeleech->category?->name ?? 'Any' }} | {{ $automaticTorrentFreeleech->type?->name ?? 'Any' }} | {{ $automaticTorrentFreeleech->resolution?->name ?? 'Any' }} | {{ $automaticTorrentFreeleech->freeleech_percentage }} | |||
| No automated torrent freeleeches | |||||||||