@extends('layouts.admin') @section('title','Reminder Tagihan') @section('content')

📊 Reminder Monitoring

✅ Success

{{ $stats['success'] }}

❌ Failed

{{ $stats['failed'] }}

⛔ Max Retry (3x)

{{ $stats['max_retry'] }}

Log Reminder

@foreach($logs as $log) @endforeach
App Customer WA Type Status Attempt Sent At Error
{{ $log->name }} {{ $log->customer_name }} {{ $log->no_wa }} {{ $log->reminder_type }} @if($log->status == 'success') {{ ucfirst($log->status) }} @elseif($log->status == 'failed') {{ ucfirst($log->status) }} @else {{ ucfirst($log->status) }} @endif {{ $log->attempt }} {{ $log->sent_at }} {{ $log->error_message ?? '-' }}
@endsection