{{ $shop_infos->address ?? '' }}
As of {{ now()->format('d-m-Y') }}
| # | Group Name | Total Members | Total Balance (৳) |
|---|---|---|---|
| {{ $i + 1 }} | {{ $row->group_name }} | {{ number_format($row->total_members) }} | {{ number_format($row->total_balance, 2) }} |
| No groups found. | |||
| Grand Total : | {{ number_format($grand_members) }} | {{ number_format($grand_balance, 2) }} | |