add: full multi-tenancy control

This commit is contained in:
Cauê Faleiros
2026-02-02 15:31:15 -03:00
commit c6ec92802b
1711 changed files with 258106 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
<!-- Pannel Content -->
<div class="flex gap-2.5 rounded-lg max-xl:flex-wrap">
<!-- Left Component -->
<div class="flex flex-1 flex-col gap-2 overflow-auto max-xl:flex-auto">
<div class="box-shadow rounded bg-white p-4 dark:bg-gray-900">
<div class="shimmer mb-4 h-4 w-16"></div>
<?php for($i = 1; $i < 5; $i++): ?>
<div class="mb-6 h-14 w-full">
<div class="shimmer mb-2 h-4 w-24"></div>
<div class="shimmer flex h-10 w-full rounded-md py-px"></div>
</div>
<?php endfor; ?>
</div>
</div>
<!-- Right Component -->
<div class="flex w-[360px] max-w-full flex-col gap-2">
<!-- General -->
<div class="box-shadow rounded bg-white dark:bg-gray-900">
<div class="flex items-center justify-between gap-x-5 p-4">
<p class="shimmer w-20 p-2.5"></p>
<p class="shimmer w-5 p-2.5"></p>
</div>
<div class="px-4 pb-4">
<?php for($i = 1; $i < 4; $i++): ?>
<div class="mb-4 last:mb-0">
<div class="shimmer mb-1.5 h-4 w-24"></div>
<div class="shimmer flex h-10 w-full rounded-md py-px"></div>
</div>
<?php endfor; ?>
</div>
</div>
<!-- Validation Section -->
<div class="box-shadow rounded bg-white dark:bg-gray-900">
<div class="flex items-center justify-between gap-x-5 p-4">
<p class="shimmer w-24 p-2.5"></p>
<p class="shimmer w-5 p-2.5"></p>
</div>
<div class="px-4 pb-4">
<div class="mb-2 flex items-center gap-2.5">
<div class="shimmer h-6 w-6"></div>
<div class="shimmer h-4 w-20"></div>
</div>
<div class="flex items-center gap-2.5">
<div class="shimmer h-6 w-6"></div>
<div class="shimmer h-4 w-20"></div>
</div>
</div>
</div>
</div>
</div><?php /**PATH /var/www/html/packages/Webkul/Admin/src/Providers/../Resources/views/components/shimmer/settings/attributes.blade.php ENDPATH**/ ?>