E-Posta Şablonları

{{-- Loading Göstergesi --}}
{{-- Tablo --}}
@forelse($templates as $template) @empty @endforelse
Şablon Adı Sistem Anahtarı (Key) E-Posta Konusu Durum İşlemler
{{ $template->name }} {{ $template->key }} {{ $template->subject }} {{ $template->is_active ? 'Aktif' : 'Pasif' }}
{{-- Aktif/Pasif Toggle --}} @if($template->is_active) @else @endif {{-- Düzenle --}} Düzenle
E-posta şablonu bulunamadı.
{{-- Sayfalama --}} {{ $templates->links('vendor.pagination.bootstrap-5') }}