@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')}}: 
Warning: Undefined variable $movies_info in /home/biuqjhgqjhtb/public_html/BAK2/UPDATE/resources/views/pages/movies/details.blade.php on line 156

Warning: Attempt to read property "actor_id" on null in /home/biuqjhgqjhtb/public_html/BAK2/UPDATE/resources/views/pages/movies/details.blade.php on line 156
@foreach(explode(',',$movies_info->actor_id,6) as $i => $actor_ids) {{App\ActorDirector::getActorDirectorInfo($actor_ids,'ad_name')}}
Warning: Undefined variable $i in /home/biuqjhgqjhtb/public_html/BAK2/UPDATE/resources/views/pages/movies/details.blade.php on line 158
@endforeach
@endif @if(!is_null($movies_info->director_id)>0) {{trans('words.directors')}}: 
Warning: Undefined variable $movies_info in /home/biuqjhgqjhtb/public_html/BAK2/UPDATE/resources/views/pages/movies/details.blade.php on line 169

Warning: Attempt to read property "director_id" on null in /home/biuqjhgqjhtb/public_html/BAK2/UPDATE/resources/views/pages/movies/details.blade.php on line 169
@foreach(explode(',',$movies_info->director_id,6) as $i =>$director_ids) {{App\ActorDirector::getActorDirectorInfo($director_ids,'ad_name')}}
Warning: Undefined variable $i in /home/biuqjhgqjhtb/public_html/BAK2/UPDATE/resources/views/pages/movies/details.blade.php on line 171
@endforeach
@endif

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

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