@extends('layouts.app') @section('title', 'Plantillas de Correo') @section('content')
| Nombre | Asunto | Categoría | Variables | Estado | Creado | Acciones |
|---|---|---|---|---|---|---|
|
{{ $plantilla->nombre }}
@if($plantilla->descripcion)
{{ $plantilla->descripcion }} @endif |
{{ $plantilla->asunto }} | {{ $plantilla->categoria_formateada }} | @if($plantilla->variables && count($plantilla->variables) > 0) @foreach($plantilla->variables as $variable) {{ $variable }} @endforeach @else Ninguna @endif | {{ $plantilla->estado_formateado }} | {{ $plantilla->created_at->format('d/m/Y') }} |