@extends('layouts.app') @section('title', 'Wallet Management - Admin') @section('content')
| User Account | Role | Credit Balance | Last Activity | Action |
|---|---|---|---|---|
|
{{ $wallet->user->name }}
{{ $wallet->user->email }}
|
{{ $wallet->user->role }} |
₹{{ number_format($wallet->balance, 2) }}
|
{{ $wallet->latestTransaction?->created_at?->diffForHumans() ?? 'No activity' }} | |
No Wallets ActiveWallets are automatically created when transactions occur. |
||||
Every manual wallet adjustment is logged in the system activity for audit purposes.