| Date | Type | Description | User | Details |
|---|---|---|---|---|
| {{ $activity->performed_at->format('M d, Y H:i') }} | {{ ucwords(str_replace('_', ' ', $activity->type)) }} | {{ $activity->description }} | {{ $activity->user->name ?? 'System' }} |
@if($activity->properties)
@foreach($activity->properties as $key => $value)
@if(is_array($value))
@endif
{{ ucwords(str_replace('_', ' ', $key)) }}: (Array)
@else
{{ ucwords(str_replace('_', ' ', $key)) }}: {{ $value }}
@endif
@endforeach
|
| No activities found. | ||||