@extends('laravel-emails::backend.layout') @section('title', 'Email Templates') @section('content')
Name | Slug | Subject | Category | Status | Actions |
---|---|---|---|---|---|
{{ $template->name }}
@if($template->description)
{{ $template->description }}
@endif
|
{{ $template->slug }}
|
{{ $template->subject }}
|
@if($template->category) {{ $template->category }} @else - @endif | @if($template->is_active) Active @else Inactive @endif @if($template->is_system) System @endif | |
No email templates found. Create your first template. |