@extends('admin.layouts.main') @section('title', 'Notification Settings') @section('menu', 'Settings') @section('content')
@csrf @method('PUT')
Global Notification Channels

Master switch for all email notifications. When disabled, no emails will be sent regardless of individual event settings.

Master switch for all SMS notifications. Requires SMS provider configuration.

Event Notification Settings

Configure which events trigger email and/or SMS notifications. Customers can override these with their own preferences.

@foreach($settings as $slug => $setting) @endforeach
Event Email SMS
{{ $setting['label'] }}
@endsection