@extends('layouts.app') @section('title', 'Daftar Anggota - Arisan Qurban') @section('header_title', 'Anggota Arisan') @section('header_right') @endsection @section('content')
@foreach($allKelompok as $kel) @endforeach
@forelse($anggota as $ang)
{{ strtoupper(substr($ang->nama, 0, 2)) }}

{{ $ang->nama }}

{{ $ang->no_hp }}
{{ $ang->kelompok_count }} Kelompok Total Setor: Rp {{ number_format($ang->setoran_sum_jumlah ?? 0, 0, ',', '.') }}
@empty

Belum ada anggota

Ketuk tombol "+" atau "Baru" untuk menambah anggota baru.

@endforelse
@endsection @section('scripts') @endsection