Country Listing
Add New Country
@if (session('message'))
@endif
@if(Session::has("success"))
{{ session('message') }}
{{Session::get("success")}}
@elseif(Session::has("failed"))
{{Session::get("failed")}}
@endif
{{ $list->links() }}