@extends('layout.index') @section('title', 'Data Anggota & Cetak KTA - SIAPN') @push('styles') {{-- ============================================================ DESIGN SYSTEM 2026 — PREMIUM GREEN EDITION (SINKRON) ============================================================ --}} @endpush @section('content')
| No | Profil Anggota @if(request('sort') == 'nama')@elseif(request('sort') == 'nama_desc')@else@endif | ID Anggota @if(request('sort') == 'id_anggota')@elseif(request('sort') == 'id_anggota_desc')@else@endif | Status | Aksi |
|---|---|---|---|---|
| {{ $anggota->firstItem() + $index }} |
@if($item->id_gambar)
{{ $item->nama }}
{{ \Illuminate\Support\Str::limit($item->ttl, 25) }}
|
{{ $item->id_anggota }} | {{ $item->status }} |
{{-- DESKTOP ACTION BUTTONS --}}
{{-- MOBILE ACTION DROPDOWN (⋮) --}}
|