{!! Form::open(array('url' => 'admin/live_tv','class'=>'app-search','id'=>'search','role'=>'form','method'=>'get')) !!}
{!! Form::close() !!}
@foreach($live_tv_list as $i => $live_tv_data)
@if(isset($live_tv_data->channel_thumb)) @endif
@endforeach