@extends("admin.admin_app") @section("content")
{!! Form::open(array('url' => 'admin/video_status','class'=>'app-search','id'=>'search','role'=>'form','method'=>'get')) !!} {!! Form::close() !!}
 
@if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif
@foreach($list as $i => $data)
@if($data->post_type=="Video") @endif @if(isset($data->video_thumbnail)) {{ stripslashes($data->title) }} @endif

{{ stripslashes($data->title) }}

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