Notificaciones Whatsapp

Listado de notificaciones enviadas por Whatsapp.

{{--
--}}
@if ($message = Session::get('success'))

{{ $message }}

@endif
@foreach ($notifications as $notification) @endforeach
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') }}
{!! $notifications->links() !!}