TenantAtlas/resources/views/filament/pages/no-access.blade.php
2026-02-01 12:19:57 +01:00

13 lines
489 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<x-filament::section>
<div class="flex flex-col gap-3">
<div class="text-lg font-semibold text-gray-900 dark:text-gray-100">
You dont have access to any workspaces yet.
</div>
<div class="text-sm text-gray-600 dark:text-gray-300">
Ask an administrator to add you to a workspace.
If you are setting up a new account, you can also create a workspace using the button above.
</div>
</div>
</x-filament::section>