@extends('layouts.admin_layout') @push('styles') @endpush @section('content')
Every successful Naira payment is auto-credited to the user's USD wallet the moment Remvo confirms it. No manual review needed.
{{ $search || $from || $to ? 'No deposits match your filters.' : 'Once users start depositing Naira via Remvo, every successful payment will appear here.' }}
| User | Amount | Naira | Rate | Confirmed | Reference | Status | |
|---|---|---|---|---|---|---|---|
|
{{ $initials }}
{{ $fullName ?: ($d->email ?: '(deleted)') }}
|
${{ number_format($d->amount_usd, 2) }} | ₦{{ number_format($d->amount_ngn, 0) }} | ₦{{ number_format($d->rate_applied, 0) }}/$ |
{{ $confirmed->format('M j, H:i') }}
{{ $confirmed->diffForHumans(null, true) }} ago
|
{{ $d->reference }} | Credited |