@extends('layouts.admin') @section('title', 'Admin - Email Templates') @section('content')
Manage custom email templates per company.
| Company | Template Details | Subject | Attachment | Status | Actions |
|---|---|---|---|---|---|
| {{ $template->company->name }} |
{{ $template->name }}
{{ $template->description }}
|
{{ $template->subject }}
|
@if($template->attachment) View File @else None @endif | @if($template->is_active) Active @else Disabled @endif | |
| No templates found. Click "Create Template" to get started. | |||||