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

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

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

{{ __('You can add MX priority and exchange values from here') }}.

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

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

@csrf
@error('priority')
{{ $message }}
@enderror {{ __(' The priority number determines which order a server will receive mail in.') }} {{ __(' eg: 0,1,2...') }}
@error('exchange')
{{ $message }}
@enderror {{ __('Name of the specific mail server the mail is being sent to') }} {{ __(' eg: ASPMX.L.GOOGLE.COM') }}
@endsection