@extends('layouts.app') @section('content')

Wallet Balance

${{ number_format($stats['balance'], 2) }}

Total Deposits

${{ number_format($stats['total_deposits'], 2) }}

Active Investments

{{ $stats['active_investments'] }}

Pending Withdrawals

${{ number_format($stats['pending_withdrawals'], 2) }}

Deposit Activity (Last 7 records)

@endsection