@extends('layout.index') @section('title', 'Dashboard - SIAPN KARANGANYAR') @push('styles') {{-- ============================================================ DESIGN SYSTEM 2026 — PREMIUM GREEN EDITION ============================================================ --}} @endpush @section('content')
| # | Nama PAC | Total | Baru | Aktif | Persentase |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $pac->nama_pac }} | {{ $pac->total }} | {{ $pac->baru_count }} | {{ $pac->aktif_count }} |
{{ round($pac->persen, 1) }}%
|
| Belum ada data PAC. | |||||
| # | Nama | ID Anggota | PAC | Tanggal Daftar | Status |
|---|---|---|---|---|---|
| {{ $index+1 }} | {{ $item->nama }} | {{ $item->id_anggota }} | {{ $item->pac->nama_pac ?? '-' }} | {{ $item->created_at->format('d/m/Y') }} | Baru |