Gestiona las plantillas de mensajes para WhatsApp
Total Plantillas
Activas
Notificaciones
Marketing
| Nombre | Descripción | Categoría | Estado | Uso | Creado | Acciones |
|---|---|---|---|---|---|---|
|
{{ $template->name }}
{{ Str::limit($template->content, 50) }}
|
{{ Str::limit($template->description, 60) }}
|
{{ ucfirst($template->category) }} |
is_active ? 'checked' : '' }}
{{ !auth()->user()->can('update whatsapp templates') ? 'disabled' : '' }}>
|
{{ $template->usage_count }}
usos
|
{{ $template->created_at->format('d/m/Y') }}
{{ $template->creator->name }}
|
@can('update whatsapp templates')
@endcan
@can('delete whatsapp templates')
@endcan
|
No hay plantillas disponiblesCrea tu primera plantilla para comenzar @can('create whatsapp templates') @endcan |
||||||