@props([ 'slug', 'sameCountryLocations' => [], 'otherCountriesLocations' => [], 'localizedRoute', ]) @if(count($sameCountryLocations) > 0 || count($otherCountriesLocations) > 0)
@if(count($sameCountryLocations) > 0)
@endif @if(count($otherCountriesLocations) > 0)

{{ __('messages.service_location.also_available_in') }}

@endif
@endif