Audit log

@if ($canExport) Export CSV @endif
@foreach ($logs as $log) @endforeach
Time Action Actor
{{ $log->created_at?->format('M j, H:i') }} {{ $actions[$log->action] ?? $log->action }} {{ $log->actor_ref ?? '—' }}
{{ $logs->links() }}