17 lines
508 B
PHP
17 lines
508 B
PHP
{{--
|
|
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>
|