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