@extends('layout.with-main') @section('title')
| {{ __('torrent.title') }} | {{ __('torrent.torrents') }} | {{ __('common.status') }} | {{ __('common.actions') }} |
|---|---|---|---|
| @if ($wish->source === null) {{ $wish->title }} @else {{ $wish->title }} @endif | @if ($wish->tmdb_movie_id !== null) Torrents ({{ $wish->movie_torrents_count }}) @elseif ($wish->tmdb_tv_id !== null) Torrents ({{ $wish->tv_torrents_count }}) @endif | @if ($wish->tmdb_movie_id !== null) @if ($wish->movie_torrents_count === 0) @else @endif @elseif ($wish->tmdb_tv_id !== null) @if ($wish->tv_torrents_count === 0) @else @endif @endif | |
| No wishes | |||