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

{{ 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') }}
@endif
@if (Auth::user()->admin->can('create', new Acelle\Model\SendingServer())) @endif
@endsection