@extends('layouts.app') @section('title','Audit Logs') @section('content')
Security-sensitive and administrative actions recorded by INNEX.
| Date / Time | User | Action | Record | IP Address | Reason |
|---|---|---|---|---|---|
| {{ $log->created_at?->format('d M Y, h:i:s A') }} | {{ $log->user?->name?:'System' }} {{ $log->user?->username }} | {{ $log->action }} | {{ class_basename((string)$log->auditable_type) }} {{ $log->auditable_id }} | {{ $log->ip_address }} | {{ $log->reason }} |
No audit entries found. | |||||