@extends('frontend::layouts.master') @section('content')
@include('frontend::components.section.thumbnail', ['data' => $data['trailer_url'] ,'type'=>$data['trailer_url_type'],'thumbnail_image'=>$data['poster_image']])
@include('frontend::components.section.episode_data', ['data' => $data])
@include('frontend::components.section.episodes', ['data' => $data['tvShowLinks']])
@if($data['more_items'] !=null)
@include('frontend::components.section.entertainment', ['data' => $data['more_items'], 'title'=>__('frontend.more_like_this'),'type'=>'tvshow', 'slug'=>''])
@endif
@endsection