View All Channel

Show all channel and each tv channel has one country.

@if($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif @if(Session::has('NotSuccessful') )
{{ session('NotSuccessful')}}
@endif @if(Session::has('Successful') )
{{ session('Successful')}}
@endif
DataTables Of Tv Channel @if(isset($countryname)) {{'(In '.$countryname.')'}} @endif
@foreach($tvchannels as $tvchannel) @endforeach
id Edit Active Disabled Delete Country_Name Tv_Channel_Name Tv_Channel_Category Tv_Channel_Thumbnail Tv_Channel_Video_Link Created_at Updated_at
id Edit Active Disabled Delete Country_Name Tv_Channel_Name Tv_Channel_Category Tv_Channel_Thumbnail Tv_Channel_Video_Link Created_at Updated_at
{{$tvchannel->id}} Edit Active Disabled Delete {{$tvchannel->name}} {{$tvchannel->tv_channel_name}} {{$tvchannel->category}} {{$tvchannel->video_link}} {{$tvchannel->created_at}} {{$tvchannel->updated_at}}