@extends('layout.index') @section('title', 'Data User - SIAPN') @push('styles') @endpush @section('content')
| No | Username | Hak Akses | Asal PAC | Aksi |
|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $item->username }}
|
@if($item->role === 'super_admin') Super Admin @else Sekretaris PAC @endif | {{ $item->pac ? $item->pac->nama_pac : '-' }} |
{{-- DESKTOP ACTION BUTTONS --}}
{{-- MOBILE ACTION DROPDOWN --}}
|