Notification Templates

Configure email and SMS (WhatsApp API) templates for major events. Turn each channel off to stop sending for that event. SMS uses the WhatsApp API configured under the WhatsApp tab.

@foreach ($notificationEvents as $eventKey => $eventConfig) @php $values = $notificationSettings[$eventKey] ?? []; @endphp

@if (! empty($eventConfig['description']))

{{ $eventConfig['description'] }}

@endif @if (! empty($eventConfig['placeholders']))

Placeholders: @foreach ($eventConfig['placeholders'] as $placeholder) {{ $placeholder }} @endforeach

@endif

@endforeach