View All Countries

Show all countries and each country contains one or more tv_channels.

DataTables Of Countries
@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
@foreach($countries as $country) @endforeach
id Country_Name Country_Details Created_at Updated_at Show_Tv_Channels Edit Delete
id Country_Name Country_Details Created_at Updated_at Show_Tv_Channels Edit Delete
{{$country->id}} {{$country->name}} {{$country->description}} {{$country->created_at}} {{$country->updated_at}} Show all tv channels of {{$country->name}} Edit Detail Delete