@extends('site_app') @if($movies_info->seo_title) @section('head_title', stripslashes($movies_info->seo_title).' | '.getcong('site_name')) @else @section('head_title', stripslashes($movies_info->video_title).' | '.getcong('site_name')) @endif @if($movies_info->seo_description) @section('head_description', stripslashes($movies_info->seo_description)) @else @section('head_description', Str::limit(stripslashes($movies_info->video_description),160)) @endif @if($movies_info->seo_keyword) @section('head_keywords', stripslashes($movies_info->seo_keyword)) @endif @section('head_image', URL::to('/'.$movies_info->video_image)) @section('head_url', Request::url()) @section('content') @if(get_web_banner('details_top')!="") @endif @if($movies_info->trailer_url!="") @include("pages.movies.player.trailer") @endif
{{stripslashes($movies_info->video_title)}}

{{stripslashes($movies_info->video_title)}}

@if($movies_info->trailer_url!="") @endif @if(!is_null($movies_info->actor_id)>0) {{trans('words.actors')}}:  @foreach(explode(',',$movies_info->actor_id,6) as $i => $actor_ids) {{App\ActorDirector::getActorDirectorInfo($actor_ids,'ad_name')}} @endforeach @endif @if(!is_null($movies_info->director_id)>0) {{trans('words.directors')}}:  @foreach(explode(',',$movies_info->director_id,6) as $i =>$director_ids) {{App\ActorDirector::getActorDirectorInfo($director_ids,'ad_name')}} @endforeach @endif

{!!strip_tags(Str::limit(stripslashes($movies_info->video_description),350))!!}

@if(get_web_banner('details_bottom')!="") @endif @endsection