Activity Log

Aksi terkait akun ini dari audit log

@if ($activityError ?? null)
{{ $activityError }}
@endif
@forelse ($activityLogs as $log) @empty @endforelse
Time Action IP Detail
{{ $log->occurred_at?->format('Y-m-d H:i:s') }} {{ $log->action }} @if ($log->ip_address) {{ $log->ip_address }} @php $scope = $log->metadata['ip_scope'] ?? null; @endphp @if ($scope) ({{ $scope === 'public' ? 'Publik' : ($scope === 'private' ? 'Lokal' : $scope) }}) @endif @else @endif {{ $log->resource ?? $log->path ?? '—' }}
No activity recorded yet.