@extends('layout.default') @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 |