Logo

{{ $shop_infos->shop_name ?? '' }}

{{ $shop_infos->address ?? '' }}


Group Savings Summary Report

As of {{ now()->format('d-m-Y') }}

@php $grand_members = $summary->sum('total_members'); $grand_balance = $summary->sum('total_balance'); @endphp @forelse($summary as $i => $row) @empty @endforelse
# 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) }}