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

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

@endsection @section('content')

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

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