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

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

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

{{ $server->name }}

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

@include('sending_domains._form')
@endsection