All Countries
S.No. | Country Name | Country Code | Status | Content Status | ||
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $country->country_name }} | {{ $country->country_code }} | @if (check_Permission('Country', 'edit')){{ ($country->status) ? 'Active' : 'Inactive' }} | {{ ($country->content_status) ? 'Enable' : 'Disable' }} | @else{{ ($country->status) ? 'Active' : 'Inactive' }} | {{ ($country->content_status) ? 'Enable' : 'Disable' }} | @endif