Listado de notificaciones enviadas por Whatsapp.
{{ $message }}
| ID | Cliente | Número Whatsapp | Garantía | Mensaje | Estado | Fecha y hora de creación |
|---|---|---|---|---|---|---|
| {{ $notification->id }} | {{ $notification->client->nombre_completo }} | {{ $notification->client->celular }} | {{ $notification->loan->id }} {{ $notification->loan->garantia }} | {{ $notification->mensaje }} | @if ($notification->estado == \App\Models\WhatsappNotification::ESTADO_ENTREGADO) Enviado @else No enviado @endif | {{ $notification->created_at->format('d/m/Y H:i:s') }} |