@extends('layouts.app') @section('title', 'Email Şablonları') @section('content')
Email şablonlarını yönetin ve düzenleyin
| İsim | Slug | Konu | Kategori | Tip | Durum | İşlemler |
|---|---|---|---|---|---|---|
|
{{ $template->name }}
@if($template->description)
{{ Str::limit($template->description, 50) }}
@endif
|
{{ $template->slug }}
|
{{ Str::limit($template->subject, 50) }}
|
{{ $categories[$template->category] ?? $template->category ?? 'Diğer' }} | {{ strtoupper($template->type) }} | {{ $template->is_active ? 'Aktif' : 'Pasif' }} | |
|
Email şablonu bulunamadı |
||||||