@extends('layouts.admin') @section('title','Wallets') @section('heading','Wallets') @section('content')
Balances are derived from immutable double-entry ledger postings.
| Owner | Role | Currency | Stored balance | Ledger balance | Status | |
|---|---|---|---|---|---|---|
| {{ $wallet->user->name }} {{ $wallet->user->email }} | {{ ucfirst($wallet->user->role ?? 'customer') }} | {{ $wallet->currency }} | {{ number_format($wallet->balance,2) }} | {{ number_format($wallet->ledger_balance ?? 0,2) }} | @if(round((float)$wallet->balance,2)===round((float)($wallet->ledger_balance??0),2))Reconciled@elseMismatch@endif | Review |
| No wallets match the filter. | ||||||