13 lines
489 B
PHP
13 lines
489 B
PHP
<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 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>
|