@extends('layouts.admin') @section('title', 'Email Templates') @section('content')
Manage system email notification templates
| Template Name | Slug | Category | Subject | Status | Created | Actions |
|---|---|---|---|---|---|---|
| {{ $template->name ?? 'N/A' }} |
{{ $template->slug ?? 'N/A' }}
|
{{ ucfirst($template->category ?? 'general') }} | {{ Str::limit($template->subject ?? '', 50) }} | {{ ($template->is_active ?? false) ? 'Active' : 'Inactive' }} | {{ $template->created_at ? $template->created_at->format('M d, Y') : 'N/A' }} | |
| No email templates found. | ||||||
| Unable to load templates | ||||||