| When | Client | Action | By |
|---|---|---|---|
|
{{ $entry->created_at->diffForHumans() }}
{{ $entry->created_at->format('d M Y H:i') }}
|
@if($client)
{{ $client->fullName }}
@if($client->displayId ?? null)
{{ $client->displayId }}
@endif
@else
Deleted client
@endif
|
@if($isClaim) Claim @else Client @endif {{ $entry->action }} | @if($entry->user) {{ $entry->user->name_first }} {{ $entry->user->name_last }} @else System @endif |
| No actions recorded yet. | |||
A live feed of the most recent actions recorded against clients in this workspace. Use the filters to narrow by user or search the action text.