{{ $shop_infos->address ?? '' }}
| # | Account Type | Total Members | Total Balance |
|---|---|---|---|
| {{ $i + 1 }} | {{ $row['project_name'] }} | {{ number_format($row['total_members']) }} | {{ number_format($row['total_balance'] ?? 0, 2) }} |
| No data found. | |||
| Grand Total : | {{ number_format($grand_members) }} | {{ number_format($grand_balance, 2) }} | |