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