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

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

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

{{ __('You can add TXT value from here') }}.

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

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

@csrf
@error('value')
{{ $message }}
@enderror {{ __('Any text that an administrator wants to associate with their domain.') }} {{ __(' eg: This is an awesome domain! Definitely not spammy.') }}
@endsection