12 lines
407 B
PHP
12 lines
407 B
PHP
<x-filament-panels::page>
|
|
<div class="space-y-2">
|
|
<p class="text-sm text-gray-700 dark:text-gray-200">
|
|
Use this page to recover tenant access by assigning an <span class="font-semibold">Owner</span> membership.
|
|
</p>
|
|
|
|
<p class="text-xs text-gray-500 dark:text-gray-400">
|
|
All recovery actions are audited.
|
|
</p>
|
|
</div>
|
|
</x-filament-panels::page>
|