@extends('layouts.app') @section('title', 'Message Templates') @section('content')

Message Templates

Use {{ '{{student_name}}' }}-style placeholders — substituted automatically when a message is sent.

@forelse($templates as $t) @empty @endforelse
NameChannelBody
{{ $t->name }} {{ $t->channel }} {{ \Illuminate\Support\Str::limit($t->body, 60) }}
No templates yet — e.g. "Fee Reminder", "Result Published".
@endsection