feat: add impersonation log viewer in filament dashboard

This commit is contained in:
idevakk
2025-11-17 12:22:26 -08:00
parent a7029b5f57
commit 52a59eb143
5 changed files with 471 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
{{--
Impersonation Log Viewer Page
This page displays comprehensive impersonation logs with statistics,
advanced filtering, and session management capabilities.
Access restricted to Super Admin users only.
--}}
<x-filament-panels::page>
<div class="space-y-6">
<!-- Table Section -->
<div class="bg-white dark:bg-gray-800 rounded-lg shadow border border-gray-200 dark:border-gray-700">
{{ $this->table }}
</div>
</div>
</x-filament-panels::page>