@extends('layouts.app') @section('title', __('app.sending_domain_detil')) @push('scripts') @endpush @section('content')
@csrf @method('PUT')
{{$sending_domain->domain}}
{{__('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
TXT
TXT
{{__('app.cancel')}}
@include('includes.modal') @endsection