A chronological audit trail of all system events and user actions.
| Date | Type | Description | User | Details |
|---|---|---|---|---|
| {{ $activity->performed_at->format('M d, Y H:i') }} | {{ ucwords(str_replace('_', ' ', $activity->type)) }} | {{ $activity->description }} |
{{ strtoupper(substr($activity->user->name ?? 'S', 0, 1)) }}
{{ $activity->user->name ?? 'System' }}
|
@if($activity->properties)
@foreach($activity->properties as $key => $value)
@if(!is_array($value))
@else
—
@endif
{{ ucwords(str_replace('_', ' ', $key)) }}:
{{ $value }}
@endif
@endforeach
|
|
No activities found Try adjusting your filters |
||||