@extends('layout.with-main') @section('title')
| {{ __('torrent.uploaded') }} | {{ __('common.name') }} | {{ __('common.category') }} | {{ __('common.type') }} | {{ __('common.resolution') }} | {{ __('torrent.size') }} | {{ __('torrent.uploader') }} | {{ __('common.action') }} |
|---|---|---|---|---|---|---|---|
| {{ $torrent->name }} | {{ $torrent->type->name }} | {{ $torrent->resolution->name ?? 'No res' }} | {{ $torrent->getSize() }} |
|
|||
| No pending torrents | |||||||
| {{ __('staff.moderation-since') }} | {{ __('common.name') }} | {{ __('common.category') }} | {{ __('common.type') }} | {{ __('common.resolution') }} | {{ __('torrent.size') }} | {{ __('torrent.uploader') }} | {{ __('common.staff') }} | {{ __('common.action') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $torrent->name }} | {{ $torrent->type->name }} | {{ $torrent->resolution->name ?? 'No res' }} | {{ $torrent->getSize() }} |
|
|
|||
| No postponed torrents | ||||||||
| {{ __('staff.moderation-since') }} | {{ __('common.name') }} | {{ __('common.category') }} | {{ __('common.type') }} | {{ __('common.resolution') }} | {{ __('torrent.size') }} | {{ __('torrent.uploader') }} | {{ __('common.staff') }} | {{ __('common.action') }} |
|---|---|---|---|---|---|---|---|---|
| {{ $torrent->name }} | {{ $torrent->type->name }} | {{ $torrent->resolution->name ?? 'No res' }} | {{ $torrent->getSize() }} |
|
|
|||
| No rejected torrents | ||||||||