@extends('layouts.admin') @section('title', __('Add Sending Domain')) @section('page-title', __('Add Sending Domain')) @section('content')
@csrf
@error('domain')

{{ $message }}

@enderror

{{ __('Enter the domain you want to use for sending emails. DNS records (SPF, DKIM, DMARC) will be generated.') }}

@error('spf_record')

{{ $message }}

@enderror
@error('dmarc_record')

{{ $message }}

@enderror
@error('notes')

{{ $message }}

@enderror
{{ __('Cancel') }} {{ __('Add Domain') }}
@endsection