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

Platform Statistics

Users: {{ $stats['users'] }}

Active investments: {{ $stats['active_investments'] }}

Pending deposits: {{ $stats['pending_deposits'] }}

Pending withdrawals: {{ $stats['pending_withdrawals'] }}

Total approved deposits: ${{ number_format($stats['total_deposit_volume'], 2) }}

Total approved withdrawals: ${{ number_format($stats['total_withdrawal_volume'], 2) }}

@endsection