@extends("admin.admin_app") @section("content")
{!! Form::open(array('url' => 'admin/movies','class'=>'app-search','id'=>'search','role'=>'form','method'=>'get')) !!} {!! Form::close() !!}
 
  

@foreach($movies_list as $i => $movies)

{{ \App\Language::getLanguageInfo($movies->movie_lang_id,'language_name') }}

@if(isset($movies->video_image_thumb)) {{ stripslashes($movies->video_title) }} @endif

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

status==1) {{ 'checked' }} @endif/>
@endforeach
@include("admin.copyright")
@endsection