@extends('layouts.admin') @section('title', 'Edit Template - ' . $template->name) @section('page-title', 'Edit Notification Template') @section('page-subtitle', $template->name) @section('content')
@if(session('success'))
{{ session('success') }}
@endif

Template Information

{{ $template->code }} Type: {{ str_replace('_', ' ', $template->type) }}

Back
@csrf @method('PUT')

SMS Template

Available: {{ '{{member_name}}' }}, {{ '{{amount}}' }}, {{ '{{receipt_number}}' }}, {{ '{{payment_date}}' }}, {{ '{{church_name}}' }}

WhatsApp Template

Supports bold (*text*), italics (_text_), and code (```text```) formatting.

Email Template

Preview

After saving, you can test this template by creating a test payment or checking the notification logs.

Cancel @if(!$template->church_id) @csrf @endif
@endsection