@if (!empty($locations))
@foreach($locations as $countryCode => $countryName) @endforeach
{{ $countryName }}
@else {{ trans('core/base::tables.no_data') }} @endif