@extends('adminlte::page') @section('title', 'Savings Performance Report') @section('content')
| Type | Count | Total Balance | Average Balance |
|---|---|---|---|
| {{ ucwords(str_replace('_', ' ', $type)) }} | {{ number_format($stats['count']) }} | KSh {{ number_format($stats['total_balance'], 2) }} | KSh {{ number_format($stats['average_balance'], 2) }} |
| Status | Count | Total Balance |
|---|---|---|
| {{ ucfirst($status) }} | {{ number_format($stats['count']) }} | KSh {{ number_format($stats['total_balance'], 2) }} |
| Balance Range | Number of Members | Total Balance | Percentage |
|---|---|---|---|
| {{ $range }} | {{ number_format($stats['count']) }} | KSh {{ number_format($stats['total_balance'], 2) }} |
@php
$percentage = $totalMembers > 0 ? ($stats['count'] / $totalMembers) * 100 : 0;
@endphp
|
Account Activity Rate
Avg Monthly Activity per Account
Savings Participation Rate
Monthly Growth Rate