Update Country

In this session update country.

Edit 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 update country.