@extends('layout.index') @section('title', 'Dashboard - SIAPN') @push('styles') {{-- ============================================================ PREMIUM ENTERPRISE DESIGN SYSTEM — DASHBOARD v2 ============================================================ --}} @endpush @section('content')
| No | 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 |