@if($dsRecords && !empty($dsRecords['ds_records']))
@foreach($dsRecords['ds_records'] as $type => $ds)
{{ $ds['digest_name'] ?? $type }} @if($loop->first) {{ __('Recommended') }} @endif
{{ $ds['record'] }} @if(isset($ds['parsed']))
{{ __('Key Tag') }}: {{ $ds['parsed']['key_tag'] }}
{{ __('Algorithm') }}: {{ $ds['parsed']['algorithm'] }}
{{ __('Digest Type') }}: {{ $ds['parsed']['digest_type'] }}
{{ __('Digest') }}: {{ Str::limit($ds['parsed']['digest'] ?? '', 12) }}
@endif
@endforeach

{{ __('Important') }}

{{ __('Add the DS record to your domain registrar (where you purchased the domain) to complete DNSSEC setup. DNS propagation may take up to 48 hours.') }}

@else

{{ __('No DS records available.') }}

{{ __('DNSSEC may not be properly configured for this domain.') }}

@endif