@extends('layouts.core.backend', [ '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