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

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

{{ __('Edit CNAME Record') }}

{{ __('You can edit CNAME value from here') }}.

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

{{ __('Edit CNAME Record') }}

@csrf
@error('value')
{{ $message }}
@enderror {{ __('CNAME record can map the web address www.example.com to the actual web site for the domain example.com') }}
@endsection