@extends('layouts.admin') @section('title', __('Edit Sending Domain')) @section('page-title', __('Edit Sending Domain')) @section('content')
@csrf @method('PUT')
@error('spf_record')

{{ $message }}

@enderror
@error('dmarc_record')

{{ $message }}

@enderror
@error('notes')

{{ $message }}

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