@extends("admin.admin_app") @section("content")
{!! 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)) {{ stripslashes($live_tv_data->channel_name) }} @endif

{{ stripslashes($live_tv_data->channel_name) }}

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