{{-- 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') }}

{{ \Illuminate\Support\Facades\Lang::has("core::countries.{$storeCountry->name}") ? __("core::countries.{$storeCountry->name}") : $storeCountry->name }}

@else @endif