| Template Name @if($sortField === 'name') @endif | Subject | Type | Status @if($sortField === 'is_active') @endif | Created @if($sortField === 'created_at') @endif | Actions |
|---|---|---|---|---|---|
|
{{ $template->name }}
@if($template->description)
{{ Str::limit($template->description, 50) }}
@endif
|
{{ Str::limit($template->subject, 50) }} | {{ $typeOptions[$template->type] ?? $template->type }} | @if($template->is_active) Active @else Inactive @endif | {{ $template->created_at->format('M d, Y') }} | |
|
No email templates found @if($search || $typeFilter || $statusFilter !== '')Try adjusting your search criteria @endif |
|||||
{{ Str::limit($template->subject, 60) }}