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