@extends('layouts.app') @section('title', 'Daftar Kelompok - Arisan Qurban') @section('header_title', 'Kelompok Arisan') @section('header_right') @endsection @section('content')
@forelse($kelompok as $kel)
@if($kel->jenis_hewan === 'Sapi') @else @endif {{ $kel->jenis_hewan }}

{{ $kel->nama_kelompok }}

{{ $kel->anggota_count }} Anggota Terdaftar
Terkumpul Rp {{ number_format($kel->total_setoran, 0, ',', '.') }}
Target Dana Rp {{ number_format($kel->target, 0, ',', '.') }}
{{ $kel->status }} {{ $kel->persentase }}%
@empty

Belum ada kelompok

Ketuk tombol "+" atau "Baru" untuk membuat kelompok baru.

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