@extends('layouts.backend') @section('title', trans('messages.create_sending_domain')) @section('page_script') @endsection @section('page_header')

{{ trans('messages.create_sending_domain') }}

@endsection @section('content')

{!! trans('messages.sending_domain.wording') !!}

@include('admin.sending_domains._form')
@endsection