@extends('admin.layouts.app') @section('title', 'Email Templates') @section('breadcrumb')
| Template Name | Subject Line | Type | Variables Available | Last Edited | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $tpl['name'] }} | {{ Str::limit($tpl['subject'], 35) }} | @php $typeClass = match($tpl['type']) { 'Transactional' => 'bg-blue-50 text-blue-700', 'Notification' => 'bg-amber-50 text-amber-700', 'Marketing' => 'bg-purple-50 text-purple-700', default => 'bg-gray-100 text-gray-600' }; @endphp {{ $tpl['type'] }} | {{ Str::limit($tpl['vars'], 40) }} | {{ $tpl['edited'] }} | {{ $tpl['status'] ? 'Active' : 'Inactive' }} |