@extends('layouts.app') @section('title','Audit Logs - NGBVD') @section('content')
Track user activity, access attempts, administrative actions and sensitive data events.
Click View to open the audit record in a modal without leaving this page.
| Date | User | Module | Action | Method | Status | Details |
|---|---|---|---|---|---|---|
| {{ optional($log->created_at)->format('d M Y') }} {{ optional($log->created_at)->format('H:i:s') }} |
{{ $log->user_email ?: 'System' }} {{ $log->role ?: 'Role not captured' }} |
{{ $log->module ?: 'General' }} | {{ $log->action ?: 'Activity' }} | {{ $log->method ?: 'N/A' }} |
{{ ucfirst($status) }} | |
No audit records foundSystem activity will appear here once users interact with protected functions. | ||||||
Search by module, action, user or status.