@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.video_data', ['data' => $data])
@include('frontend::components.section.video', ['data' => $data['more_items'], 'title'=>__('frontend.more_like_this')])
@endsection