{{-- HEADER --}}

{{ $config['title'] }} Email / SMS Templates

@if($module === 'custom') + Add New @endif
{{-- BODY --}}
@foreach($templates as $template) @endforeach
# Event Recipient Email SMS Status Actions
{{ $loop->iteration }} {{ $config['events'][$template->event_key]['title'] ?? $template->event_key }} {{ ucfirst($template->recipient_type) }} {{ $template->email_enabled ? 'Enabled' : 'Disabled' }} {{ $template->sms_enabled ? 'Enabled' : 'Disabled' }}
status ? 'checked' : '' }}>
@push('scripts') @endpush