@extends('layouts.app') @section('title', 'Dashboard') @section('subtitle', 'Overview sistem dan monitoring akses') @section('content')
Total Pegawai
Akan Pensiun (30 hari)
Perpanjangan Pending
Lihat requestGrafik pegawai pensiun per bulan
{{ $reminder->getTypeLabelAttribute() }}
{{ $reminder->employee->name ?? 'Unknown' }}
{{ $timeAgo }}
Belum ada aktivitas
{{ $expiringAccess->count() }} akses perlu ditinjau
| Pegawai | Akses | Kategori | Tanggal Expire | Status | Aksi |
|---|---|---|---|---|---|
|
{{ substr($access->employee->name, 0, 2) }}
{{ $access->employee->name }} {{ $access->employee->nip }} |
{{ $access->accessCatalog->name }} {{ $access->accessCatalog->code }} |
{{ $access->accessCatalog->getCategoryLabelAttribute() }} |
{{ $access->current_expiry_date->format('d M Y') }}
@if($timeLabel)
{{ $timeLabel }} @endif |
{{ ucfirst($access->status) }} | |
|
Tidak ada akses yang akan expire dalam 7 hari Semua akses aman |
|||||