@extends('layouts.core.frontend', [ 'menu' => 'sending_domain', ]) @section('title', trans('messages.create_sending_domain')) @section('page_header')

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

@endsection @section('content') @include('senders._menu', [ 'menu' => 'sending_domain', ])

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

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

@include('sending_domains._form')
@endsection