@extends('layouts.admin', ['heading' => 'Wallet Management', 'subheading' => 'Balances, transfers, and ledger controls']) @section('content')
| Member | Income | Repurchase | Withdrawable | Hold | Locked | Freeze | Actions |
|---|---|---|---|---|---|---|---|
|
{{ $wallet->user?->member_code ?? 'N/A' }}
{{ $wallet->user?->name ?? '' }}
|
{{ number_format((float) $wallet->income_balance, 2) }} | {{ number_format((float) $wallet->repurchase_balance, 2) }} | {{ number_format((float) $wallet->withdrawable_balance, 2) }} | {{ number_format((float) $wallet->hold_balance, 2) }} | {{ number_format((float) $wallet->locked_withdrawal_balance, 2) }} | View Ledger | |
| No wallet records found. | |||||||