@extends('common::prerender.base') @section('head') @include('seo.title-page.seo-tags') @endsection @section('body') @include('seo.menu')

{{ $title->name }}

@if ($title->poster) Title poster @endif @if ($seasonCount = $title->seasons_count)

{{ __('Seasons') }}

@endif @if ($title->genres)

{{ __('Genres') }}

@endif
{{ __('User Rating') }}
{{ $title->rating }}
{{ __('Running Time') }}
{{ $title->runtime }}
@if ($cert = $title->certification)
{{ __('Certification') }}
{{ $cert }}
@endif @if ($tagline = $title->tagline)
{{ __('Tagline') }}
{{ $tagline }}
@endif @if ($originalTitle = $title->original_title)
{{ __('Original Title') }}
{{ $originalTitle }}
@endif
{{ __('Release Date') }}
{{$title->release_date}}
@if (! $title->is_series)
{{ __('Budget') }}
{{ $title->budget }}
{{ __('Revenue') }}
{{ $title->revenue }}
@endif

{{ $title->description }}

@if ($credits)

{{ __('Credits') }}

@endif @if ($videos = $title->videos)

{{ __('Videos') }}

@endif @if ($images = $title->images)

{{ __('Images') }}

@endif @endsection