@extends('layouts.admin') @section('title', 'Notification Templates') @section('page-title', 'Notification Templates') @section('page-subtitle', 'Customize notification messages for payments and attendance') @section('content')
Customize the message templates for different notification types. Use placeholders like {{ '{{member_name}}' }}, {{ '{{amount}}' }}, {{ '{{church_name}}' }}, etc.
| Name | Code | Type | Status | Actions |
|---|---|---|---|---|
|
{{ $template->name }}
@if($template->church_id)
Custom
@else
Default
@endif
|
{{ $template->code }}
|
{{ str_replace('_', ' ', $template->type) }} | @if($template->is_active) Active @else Inactive @endif | |
| No notification templates found. Run the seeder to create default templates. | ||||
{{ '{{member_name}}' }}{{ '{{church_name}}' }}{{ '{{amount}}' }}{{ '{{receipt_number}}' }}{{ '{{payment_date}}' }}{{ '{{payment_method}}' }}{{ '{{church_address}}' }}{{ '{{church_phone}}' }}{{ '{{church_email}}' }}