@php $hasDomain = filled($domain ?? null); @endphp
@if ($hasDomain)

{{ __('Domain added') }}

{{ __('Your custom domain :domain has been registered for this store.', ['domain' => $domain]) }}

@endif

{{ __('How to connect your domain') }}

  1. {{ __('Step 1: Enter your domain') }}

    {{ __('Use the domain customers will visit, for example shop.example.com.') }}

  2. {{ __('Step 2: Open your DNS provider') }}

    {{ __('Open the DNS management page for your domain at your registrar or DNS provider.') }}

  3. {{ __('Step 3: Add a CNAME record') }}

    {{ __('Create the record using the values shown below.') }}

{{ __('DNS record example') }}

{{ __('Type') }}
CNAME
{{ __('Name / Host') }}
shop
{{ __('Target / Value') }}
{{ $target }}
  1. {{ __('Step 4: Save and wait') }}

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