{{-- The state/region + country pair for one address (billing or shipping). Single-country store ($storeCountry set): region is a , as before. --}} @props([ 'prefix', 'storeCountry' => null, 'regions' => [], 'countries' => [], 'address' => null, ])
@if ($storeCountry)
{{ __('checkout.page.country') }}

{{ $storeCountry->name }}

@else @endif