add: full multi-tenancy control
This commit is contained in:
25
storage/framework/views/1fab70f1c0ce452e1288351cc75a6d99.php
Executable file
25
storage/framework/views/1fab70f1c0ce452e1288351cc75a6d99.php
Executable 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**/ ?>
|
||||
Reference in New Issue
Block a user