@csrf
@foreach($jenis_simpanan as $jenis) @endforeach @php($no = 1) @foreach($anggota as $value) @foreach($jenis_simpanan as $jenis) @endforeach @endforeach
No No.Anggota Nama{{ $jenis->nama }}
{{ $no++ }} {{ $value->no_anggota }} {{ $value->nama }} @if($jenis->tipe == 'Sekali Bayar' && !empty($value->list_simpanan[$jenis->id])) Sudah Bayar @else @endif