@if (isset($meta) && $meta->artworks) @endif

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

{{ $meta?->summary ?? '' }}

Platforms

@foreach ($platforms ?? [] as $platform)
@if ($platform->image_id) @else @endif

@endforeach

Companies

@foreach ($meta?->involved_companies ?? [] as $company) @endforeach

Extra Information

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

{{ round($meta->rating ?? 0) }}% ({{ $meta->rating_count ?? 0 }} {{ __('torrent.votes') }})

@isset($trailer) @endisset @if ($meta->genres !== [] && $meta->genres !== null)

Genres

{{ implode(' / ', array_map(fn ($genre) => $genre['name'], $meta->genres->toArray())) }}

@endif