@extends('admin.layouts.app') @section('title', __('admin.email_templates.title')) @section('content')
| {{ __('admin.email_templates.template_name') }} | {{ __('common.table.subject') }} | {{ __('common.table.type') }} | {{ __('common.table.status') }} | {{ __('common.table.actions') }} |
|---|---|---|---|---|
| {{ $tpl->name }} | {{ $tpl->subject }} | {{ $tpl->type ?? 'general' }} | {{ $tpl->disabled ? __('common.status.disabled') : __('common.status.active') }} |