Plantillas de Mensaje

@forelse($templates as $tpl) @empty @endforelse
Nombre Template (Meta) Idioma Header Estado Acciones
{{ $tpl->name }} {{ $tpl->template_name }} {{ $tpl->language_code }} {{ $tpl->header_type }} @php $colors = ['approved'=>'green','pending'=>'yellow','rejected'=>'red','paused'=>'gray']; $c = $colors[$tpl->status] ?? 'gray'; @endphp {{ $tpl->status }}
No hay plantillas registradas
{{ $templates->links() }}
{{-- Modal Formulario --}} @if($showForm)

{{ $editId ? 'Editar Plantilla' : 'Nueva Plantilla' }}

@error('name')

{{ $message }}

@enderror
@error('templateName')

{{ $message }}

@enderror
@if($headerType === 'text')
@endif
@error('bodyText')

{{ $message }}

@enderror
@endif