@if ($generalSettings->captcha_status && ($generalSettings->captcha_for_registered || !auth()->check())) @endif
@if ( !empty($data) )
@foreach ($data as $value) @endforeach
{{ __('Host') }} {{ __('TTL') }} {{ __('Class') }} {{ __('Type') }} {{ __('Priority') }} {{ __('Details') }}
{{ $value['host'] ?? ' ' }} {{ $value['ttl'] ?? ' ' }} {{ $value['class'] ?? ' ' }} {{ $value['type'] ?? ' ' }} {{ $value['pri'] ?? ' ' }} @foreach ($value as $key => $val) @if ($key != 'host' && $key != 'ttl' && $key != 'class' && $key != 'type' && $key != 'pri') {{ is_array($val) ? implode(', ', $val) : $val }} @endif @endforeach
@endif