| When | By | Action |
|---|---|---|
|
{{ $entry->created_at->diffForHumans() }}
{{ $entry->created_at->format('d M Y H:i') }}
|
@if($entry->user)
{{ $entry->user->name_first }} {{ $entry->user->name_last }}
{{ $entry->user->email_address }}
@else
System
@endif
|
{{ $entry->action }}
@if(!empty($entry->context))
Details{{ json_encode($entry->context, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES) }}
|
| No administrative changes in this range. | ||
Chronological log of changes made to users, roles, permissions, tags, statuses, key dates, document types and other administrative settings.
Each entry records who made the change and when. Expand Details to see the recorded context.