Add Tv Channel

In this session add new tv channel for a spacific country.

Add 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
@csrf





In this session add new tv channel for a spacific country.