@extends('layouts.app') @section('title', __('app.sending_domain')) @push('scripts') @endpush @section('content')
@csrf @method('PUT')
{{ __('app.protocol') }} / {{ __('app.domain') }}
{{ __('app.domain_required') }}
{{ __('app.settings') }}
{{ __('app.select_group_error') }}
{{ __('app.dns_values_setup_help') }}
{{ __('app.alert_keys_dns_values') }}
{{ __('app.keys') }} {{ __('app.download') }}
{{ __('app.dns_entries') }}
{!! str_replace('[domain-name]', $sending_domain->domain, __('app.help_dns_entries')) !!}
{{ __('app.type') }} {{ __('app.host') }} {{ __('app.value') }} {{ __('app.verified') }}
TXT DKIM
TXT SPF
TXT DMARC
{{ __('app.cancel') }}
{{ __('app.manual_verification') }}
{{ __('app.manual_verification_help') }}
@csrf @method('PUT')
@include('includes.modal') @endsection