@extends('layouts/layoutMaster') @section('title', 'Editar plantilla de correo') @section('page-style') @endsection @section('content') @php $bodyValue = old('body_html', $template->body_html); $subjectValue = old('subject', $template->subject); $viewErrors = $errors ?? session('errors'); @endphp @if ($viewErrors && $viewErrors->any())
Hay errores de validación.
@endif
{{ $template->name }}

{{ $template->description }}

{{ strtoupper($template->audience) }} Volver
@csrf @method('PATCH')
Código editable

Usa solo variables permitidas. El HTML se renderiza en sandbox, sin procesar Blade completo.

is_active) ? 'checked' : '' }} />
Si la desactivas, el sistema vuelve al Blade fijo actual.
Cancelar
Variables disponibles

La columna se mantiene limpia y las acciones viven aquí.

@endsection @section('page-script') @endsection