@extends('admin.layouts.app') @section('title', 'Reconciliation — ExtraCash Admin') @section('page-title', 'Reconciliation') @section('breadcrumb', 'Find issues that need finance attention') @section('content')
Usually means gateway callback didn’t store provider ref.
| Payment ref | Amount | Date |
|---|---|---|
| {{ $p->payment_reference ?? '—' }} | ZMW {{ number_format($p->amount ?? 0, 2) }} | {{ $p->created_at?->format('M d, H:i') }} |
| No issues | ||
Requested/UnderReview/Processing older than {{ $stuckHours }}h.
| User | Amount | Status | Requested |
|---|---|---|---|
| {{ $w->user?->name ?? '—' }} | ZMW {{ number_format($w->amount ?? 0, 2) }} | {{ $w->status?->value ?? $w->status ?? '—' }} | {{ $w->created_at?->format('M d, H:i') }} |
| No issues | |||
Wallet transactions with non-success gateway status.
| Gateway ref | Status | Amount | Date |
|---|---|---|---|
| {{ $t->gateway_reference ?? '—' }} | {{ $t->gateway_status ?? '—' }} | ZMW {{ number_format($t->amount ?? 0, 2) }} | {{ $t->transacted_at?->format('M d, H:i') }} |
| No issues | |||