@php $hasDomain = filled($domain ?? null); @endphp
{{ __('Domain added') }}
{{ __('Your custom domain :domain has been registered for this store.', ['domain' => $domain]) }}
{{ __('Use the domain customers will visit, for example shop.example.com.') }}
{{ __('Open the DNS management page for your domain at your registrar or DNS provider.') }}
{{ __('Create the record using the values shown below.') }}
{{ __('DNS record example') }}
CNAMEshop{{ $target }}{{ __('Save the record and wait for DNS changes to propagate. This may take a few minutes or up to 24 hours.') }}
{{ __('For a root domain such as example.com, use Name / Host = @ with ALIAS, ANAME, or CNAME flattening if your DNS provider supports it.') }}