@extends(get_theme().'.components.layouts') @php $this_episode = isset($episode_info) ? $episode_info->episode_number : false; $season = $season ?? $tv->number_of_seasons; @endphp @section('footer') @endsection @section('content')
@include(get_theme().'.components.player', ['backdrop' => $backdrop, 'video' => asset_theme('/assets/movie.mp4')])
Poster {{ $title }} {{ to_year($air_date) }}

{{ $title }} {{ to_year($air_date) }}

{{ $overview }}

  • {{ __('utilities.released') }}: {{ $air_date }}
  • {{ __('utilities.runtime') }}: {{ $tv->episode_run_time[0] }} {{ __('utilities.minutes') }}
  • {{ __('utilities.genre') }}: {{ collect($tv->genres)->implode('name', ', ') }}
  • {{ __('utilities.stars') }}: {!! star_comma($tv->credits->cast, 5) !!}
  • {{ __('utilities.director') }}: {!! director_comma($tv->credits->crew, 5) !!}
{{ __('utilities.download') }} : MKV
{{ __('utilities.download') }} : MP4
@isset($tv->similar)

{{ __('section.title.similar') }}

@endisset @isset($tv->recommendations)

{{ __('section.title.recommendation') }}

@endisset
@include(get_theme().'.components.modal_watch', ['backdrop' => $backdrop, 'id' => $tv->id, 'title' => $tv->original_name]) @endsection