@php($selectedAudit = $this->selectedAuditRecord()) @php($selectedAuditLink = $this->selectedAuditTargetLink())
Summary-first audit history
Review governance, operational, and workspace-admin events in reverse chronological order without leaving the canonical Monitoring route.
Actor, outcome, target, and readable context stay visible even when the original record changes or disappears later.
@if ($selectedAudit) @include('filament.pages.monitoring.partials.audit-log-inspect-event', [ 'selectedAudit' => $selectedAudit, 'selectedAuditLink' => $selectedAuditLink, ]) @endif {{ $this->table }}