14 lines
491 B
PHP
14 lines
491 B
PHP
<x-filament-panels::page>
|
||
<x-filament::section>
|
||
<div class="flex flex-col gap-3">
|
||
<div class="text-lg font-semibold text-gray-900 dark:text-gray-100">
|
||
You don’t have access to any tenants yet.
|
||
</div>
|
||
|
||
<div class="text-sm text-gray-600 dark:text-gray-300">
|
||
Ask an administrator to add you to a tenant, then sign in again.
|
||
</div>
|
||
</div>
|
||
</x-filament::section>
|
||
</x-filament-panels::page>
|