| Teléfono | Tipo | Contenido / Plantilla | Fecha programada | Estado | Acciones |
|---|---|---|---|---|---|
| {{ $msg->phone_number }} | {{ $msg->message_type }} | {{ $msg->message_type === 'text' ? Str::limit($msg->message_content, 50) : $msg->template_name }} | {{ \Carbon\Carbon::parse($msg->scheduled_date)->format('d/m/Y') }} {{ $msg->scheduled_time }} | @php $colors = ['pending'=>'yellow','sent'=>'green','failed'=>'red','cancelled'=>'gray']; $c = $colors[$msg->status] ?? 'gray'; @endphp {{ $msg->status }} |
@if($msg->status === 'pending')
@endif
|
| No hay mensajes programados | |||||