Daftar Pengguna

{{-- Tombol sinkron pegawai --}} {{-- info jumlah baris yang diproses (jika ada) --}} @if (!is_null($syncProcessed)) Diproses: {{ $syncProcessed }} @endif {{-- Tombol tambah user --}}

Daftar Pengguna

@forelse ($users as $user) @empty @endforelse
No Nama Username Email NIP (Pegawai) No HP Role Status Aksi
{{ $loop->iteration + $users->perPage() * ($users->currentPage() - 1) }} {{ $user->name }} {{ $user->username }} {{ $user->email }} {{ $user->pegawai?->nip ?? '-' }} {{ $user->pegawai?->no_wa ?? '-' }} {{ ucfirst($user->role) }} @if ($user->is_active) Aktif @else Inaktif @endif
Tidak ada data pengguna.
@include('livewire.modal-tambah-user')
@push('scripts') @endpush