@if(session('success'))
{{ session('success') }}
@endif

Notification Templates

Edit message templates for each notification event and channel.

← Back to Settings
@foreach($settings as $setting) @foreach(['web', 'email', 'sms', 'push'] as $channel) @php $key = $setting->event_key . '_' . $channel; @endphp @endforeach @endforeach
Event Category Web Email SMS Push
{{ $setting->label }} {{ $setting->event_key }} {{ ucfirst($setting->category) }} @if(isset($templates[$key])) ✏️ Edit @else + Create @endif