@extends('layouts.frontend') @section('title', trans('messages.sending_domains')) @section('page_script') @endsection @section('page_header')

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

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

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

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

@if ($items->count() >= 0)
{{ trans('messages.sort_by') }}
@endif
@if (Auth::user()->customer->can('create', new Acelle\Model\SendingDomain())) @endif
@endsection