@php $notificationMenuItems = [ ['label' => 'Email', 'route' => 'notifications.email', 'icon' => 'mail'], ['label' => 'Discord', 'route' => 'notifications.discord', 'brandIcon' => 'discord'], ['label' => 'Telegram', 'route' => 'notifications.telegram', 'brandIcon' => 'telegram'], ['label' => 'Slack', 'route' => 'notifications.slack', 'brandIcon' => 'slack'], ['label' => 'Pushover', 'route' => 'notifications.pushover', 'brandIcon' => 'pushover'], ['label' => 'Webhook', 'route' => 'notifications.webhook', 'icon' => 'destinations'], ]; @endphp

Notifications

Configure how your team receives deployment and system alerts.

{{ $slot }}