add: full multi-tenancy control
This commit is contained in:
16
storage/framework/views/fb10a49c8fba3a1c0b12ed4f3e8cbba2.php
Executable file
16
storage/framework/views/fb10a49c8fba3a1c0b12ed4f3e8cbba2.php
Executable file
@@ -0,0 +1,16 @@
|
||||
<div class="grid gap-4 rounded-lg border border-gray-200 bg-white p-4 dark:border-gray-800 dark:bg-gray-900">
|
||||
<div class="flex items-center justify-between">
|
||||
<div class="shimmer h-[17px] w-28"></div>
|
||||
</div>
|
||||
|
||||
<div class="flex w-full max-w-full flex-col gap-4">
|
||||
<div class="flex w-full flex-col">
|
||||
<?php for($i = 0; $i < 4; $i++): ?>
|
||||
<div class="flex w-full flex-col gap-1 border-b border-gray-200 pb-[9px] pt-2.5 last:border-none dark:border-gray-800">
|
||||
<div class="shimmer h-[18px] w-[76px] rounded-sm"></div>
|
||||
<div class="shimmer h-[18px] w-[76px] rounded-sm"></div>
|
||||
</div>
|
||||
<?php endfor; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div><?php /**PATH /var/www/html/packages/Webkul/Admin/src/Resources/views/components/shimmer/dashboard/index/open-leads-by-states.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user