@extends('layouts.app') @section('title', 'Laporan Pencabutan') @section('subtitle', 'Analisis dan statistik pencabutan akses') @section('breadcrumb')
Total Dicabut
Otomatis
Manual
Auto Rate
| Waktu | Pegawai | Akses | Metode | Oleh |
|---|---|---|---|---|
| {{ $log->revoked_at->format('d M Y H:i') }} |
{{ $log->employeeAccessDetail->employee->name ?? 'Unknown' }} |
{{ $log->employeeAccessDetail->accessCatalog->name ?? 'Unknown' }} |
{{ ucfirst($log->method) }} | {{ $log->revokedBy->name ?? 'System' }} |
|
Tidak ada data pencabutan |
||||