@if($country->count())

{{ _t('settings.country_settings') }}

@foreach($country as $country) @endforeach
{{ _t('settings.country') }} {{ _t('settings.phonemask') }} {{ _t('settings.sort_order') }} {{ _t('settings.status') }} {{ _t('settings.Action') }}
{{ $country->name }} {{ $country->phonemask }} {{ $country->sort_order }} active == 1) checked @endif id="active" name="country[]">
@else {{ _t('settings.no_country_found') }} @endif