@extends('layouts.app') @section('title', __('app.sending_domain_detil')) @push('scripts') @endpush @section('content')
@csrf @method('PUT')
{{$sending_domain->domain}}
{{__('app.alert_keys_dns_values')}}
{{__('app.keys')}}  
{{__('app.dns_entries')}}
{!! str_replace('[domain-name]', $sending_domain->domain , __('app.help_dns_entries')) !!}
{{__('app.type')}}
{{__('app.host')}}
{{__('app.value')}}
{{__('app.verified')}}
TXT
TXT
TXT
@include('includes.modal') @endsection