@extends('layouts.admin') @include('partials/admin.jexactyl.nav', ['activeTab' => 'alerts']) @section('title') Alert Settings @endsection @section('content-header')

Jexactyl AlertsSend alerts to clients via the UI.

@endsection @section('content') @yield('jexactyl::nav')

Alert Settings Configure settings for the current alert.

This is the type of alert that is being sent to the frontend.

This is the text which the alert will contain.

{!! csrf_field() !!}
{!! csrf_field() !!}
@endsection