@extends('layouts.app') @section('title', 'Message Templates') @section('content')
Use {{ '{{student_name}}' }}-style placeholders — substituted automatically when a message is sent.
| Name | Channel | Body |
|---|---|---|
| {{ $t->name }} | {{ $t->channel }} | {{ \Illuminate\Support\Str::limit($t->body, 60) }} |
| No templates yet — e.g. "Fee Reminder", "Result Published". | ||