@extends('layouts.core.frontend') @section('title', $server->name) @section('page_header')

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

@endsection @section('content') @include('senders._menu')

edit {{ $server->name }}

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

@include('sending_domains._form')
@endsection