Latest Actions
{{-- MAIN --}}
{{-- CONTROLS --}}
{{-- TABLE --}}
@forelse($entries as $entry) @php $isClaim = $entry->owner instanceof \App\Models\Claim\Claim; $client = $isClaim ? ($entry->owner?->client) : $entry->owner; @endphp @empty @endforelse
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.
{{ $entries->links() }}
{{-- SIDEBAR --}}

About


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.