@section('title','View Country') @push('style') @endpush @push('script') @endpush
{{-- Content --}}
{{$country->iso2 }}
{{$country->iso3}}
{{$country->short_name }}
{{$country->long_name}}
{{$country->country_code}}
{{$country->status==1 ? 'Active' : 'Inactive'}}