{{ $shop_infos->address ?? '' }}
| # | Account No | Open Date | Member Name | Father/Husband | Address | Mobile | Balance |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->account_number }} | {{ \Carbon\Carbon::parse($item->opening_date)->format('d-m-Y') }} | {{ $item->member_name }} | {{ $item->fat_hus_name ?? '—' }} | {{ $item->member_address ?? '—' }} | {{ $item->member_mobile ?? '—' }} | {{ number_format($item->balance, 2) }} |
| No members found. | |||||||
| Total Balance : | {{ number_format($total_balance, 2) }} | ||||||