Country Details

ID

{{ $countryDetail->id }}

Name

{{ $countryDetail->name }}

Short Name

{{ $countryDetail->short_name }}

ISO Code

{{ $countryDetail->iso_code }}

Tel Prefix

{{ $countryDetail->tel_prefix }}

Status

@if($countryDetail->status==1) Active @else Inactive @endif