@if ($countries->isNotEmpty())
@foreach ($countries as $code => $country)
@php
$countryUrl = dmUrl($country, '/', true, !config('plugins.domainmapping.installed'));
$countryName = $country->get('name');
$countryNameLimited = str($countryName)->limit(21)->toString();
@endphp
@if ($countryFlagShape == 'rectangle')
 . getPictureVersion() }})
@else
 }})
@endif
{{ $countryNameLimited }}
@endforeach
@endif