Audit Log Details
@if ($auditLogs->count() > 0)Changes
| Table Name | Details | Action | User | User | |
|---|---|---|---|---|---|
| {{ $auditLog->table_name }} | {{ getTitleByTableAndId($auditLog->table_name, $auditLog->record_id) }} | {{ $auditLog->action }} | {{ $auditLog->user->name ?? 'Unknown' }} | {{ $auditLog->created_at }} | View Details |
{{ $auditLogs->links() }}
Audit log not found.
@endif