@extends('layouts.core.backend', [ 'menu' => 'sending_server', ]) @section('title', trans('messages.sending_servers')) @section('page_header')

format_list_bulleted {{ trans('messages.sending_servers') }}

@endsection @section('content')
{{ trans('messages.notification.note') }} {{ trans('messages.notification.sending_servers') }}

{{ trans('messages.sending_server.wording') }}

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