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,25 @@
<div class="w-full rounded-lg border border-gray-200 bg-white dark:border-gray-800 dark:bg-gray-900">
<div class="flex items-center justify-between p-4">
<div class="shimmer h-[17px] w-28"></div>
</div>
<div class="flex flex-col">
<?php for($i = 1; $i <= 5; $i++): ?>
<div class="flex gap-2.5 border-b p-4 last:border-b-0 dark:border-gray-800">
<!-- Product Details -->
<div class="flex w-full flex-col gap-1.5">
<!-- Product Name -->
<div class="shimmer h-[17px] w-full"></div>
<div class="flex justify-between">
<!-- Product Price -->
<div class="shimmer h-[17px] w-[52px]"></div>
<!-- Grand Total -->
<div class="shimmer h-[17px] w-[72px]"></div>
</div>
</div>
</div>
<?php endfor; ?>
</div>
</div><?php /**PATH /var/www/html/packages/Webkul/Admin/src/Providers/../Resources/views/components/shimmer/dashboard/index/top-selling-products.blade.php ENDPATH**/ ?>