@extends('admin.layouts.app') @section('content')

Plantillas de Email

Plantillas de Email

@forelse($emailTemplates as $template) @empty @endforelse
ID Nombre del Template Slug Estado Acciones
{{ $template->id }} {{ $template->et_name }} @if($template->description)
{{ $template->description }} @endif
{{ $template->slug }} @if($template->is_active) Activo @else Inactivo @endif Editar

No hay templates de email disponibles

Información:
@endsection