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

{{ $server->name }}

@endsection @section('content')

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

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