@extends('layouts.new_theme') @section('content')

{{ __('DNS Monitor for ') }}{{$server->website_domain}}

{{ __('Add AAAA Record') }}

{{ __('You can add an IPV6 address from here') }}.

@include('common.demo') @include('common.errors')

{{ __('Add AAAA Record') }}

@csrf
@error('ip_address')
{{ $message }}
@enderror {{ __(' Format: y : y : y : y : y : y : y : y where y is a segment and can be any hexadecimal value between 0 and FFFF') }} {{ __(' eg: 2001:0db8:85a3:0000:0000:8a2e:0370:7334') }}
@endsection