@if ($meta?->backdrop) @endif

{{ $meta->name ?? 'No Meta Found' }} ({{ substr($meta->first_air_date ?? '', 0, 4) ?? '' }})

{{ $meta?->overview }}

Cast

@foreach ($meta?->credits?->where('occupation_id', '=', App\Enums\Occupation::ACTOR->value)?->sortBy('order') ?? [] as $credit) @endforeach

Crew

@foreach ($meta?->credits?->where('occupation_id', '!=', App\Enums\Occupation::ACTOR->value)?->sortBy('occupation.position') ?? [] as $credit) @endforeach

Extra Information

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

{{ ($meta->vote_average ?? 0) * 10 }}% / {{ $meta->vote_count ?? 0 }} {{ __('torrent.votes') }}

@if ($meta?->trailer) @endif @if ($meta?->genres?->isNotEmpty()) @endif @foreach ($meta?->networks ?? [] as $network) @endforeach @foreach ($meta?->companies ?? [] as $company) @endforeach @if (isset($torrent) && $torrent->keywords?->isNotEmpty()) @endif
@if ($meta?->trailer) @endif