@extends('layouts.core.frontend', [ 'menu' => 'sending_server', ]) @section('title', $server->name) @section('head') @endsection @section('page_header') @foreach ($notices as $n) @include('elements._notification', [ 'level' => 'warning', 'title' => $n['title'], 'message' => htmlspecialchars($n['message']), ]) @endforeach

edit {{ $server->name }} {{$server->status}}

@endsection @section('content') @include('sending_servers.form.' . $server->type, ['identities' => $identities, 'bigNotices' => $bigNotices]) @endsection