Logo

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

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


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