Files
growup-crm/storage/framework/views/e655b5dc7a417cc04c20dd7746949c81.php
2026-02-02 15:31:15 -03:00

25 lines
1.1 KiB
PHP
Executable File

<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/Resources/views/components/shimmer/dashboard/index/top-selling-products.blade.php ENDPATH**/ ?>