add: full multi-tenancy control
This commit is contained in:
79
storage/framework/views/11285cc78978220f905eb91b0206196d.php
Executable file
79
storage/framework/views/11285cc78978220f905eb91b0206196d.php
Executable file
@@ -0,0 +1,79 @@
|
||||
<?php if (isset($component)) { $__componentOriginalbfeb6621c9aff4570d083fe0c4096723 = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginalbfeb6621c9aff4570d083fe0c4096723 = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.shimmer.leads.index.kanban.toolbar','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
|
||||
<?php $component->withName('admin::shimmer.leads.index.kanban.toolbar'); ?>
|
||||
<?php if ($component->shouldRender()): ?>
|
||||
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
||||
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
|
||||
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes([]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginalbfeb6621c9aff4570d083fe0c4096723)): ?>
|
||||
<?php $attributes = $__attributesOriginalbfeb6621c9aff4570d083fe0c4096723; ?>
|
||||
<?php unset($__attributesOriginalbfeb6621c9aff4570d083fe0c4096723); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginalbfeb6621c9aff4570d083fe0c4096723)): ?>
|
||||
<?php $component = $__componentOriginalbfeb6621c9aff4570d083fe0c4096723; ?>
|
||||
<?php unset($__componentOriginalbfeb6621c9aff4570d083fe0c4096723); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="flex gap-2.5 overflow-x-auto">
|
||||
<!-- Stages -->
|
||||
<?php for($i = 1; $i <= 6; $i++): ?>
|
||||
<div class="flex min-w-[275px] max-w-[275px] flex-col gap-1 rounded-lg border border-gray-200 bg-white dark:border-gray-800 dark:bg-gray-900">
|
||||
<!-- Stage Header -->
|
||||
<div class="flex flex-col px-2 py-3">
|
||||
<div class="flex items-center justify-between">
|
||||
<div class="shimmer h-4 w-20"></div>
|
||||
<div class="shimmer h-[26px] w-[26px] rounded-md"></div>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center justify-between gap-2">
|
||||
<div class="shimmer h-4 w-14"></div>
|
||||
<div class="shimmer h-1 w-36"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Stage Lead Cards -->
|
||||
<div class="flex h-[calc(100vh-317px)] flex-col gap-2 overflow-y-auto p-2">
|
||||
<?php for($j = 1; $j <= 3; $j++): ?>
|
||||
<!-- Card -->
|
||||
<div class="flex w-full flex-col gap-5 rounded-md border border-gray-100 p-2 dark:border-gray-800">
|
||||
<!-- Header -->
|
||||
<div class="flex items-start justify-between">
|
||||
<div class="flex items-center gap-1">
|
||||
<!-- Avatar -->
|
||||
<div class="shimmer h-9 w-9 rounded-full"></div>
|
||||
|
||||
<!-- Name and Organization -->
|
||||
<div class="flex flex-col gap-0.5">
|
||||
<div class="shimmer h-4 w-20"></div>
|
||||
<div class="shimmer h-[15px] w-12"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Rotten Lead Info -->
|
||||
<div class="shimmer h-5 w-5 rounded-md"></div>
|
||||
</div>
|
||||
|
||||
<!-- Body -->
|
||||
<div class="flex flex-col gap-0.5">
|
||||
<div class="shimmer h-4 w-full"></div>
|
||||
<div class="shimmer h-4 w-1/2"></div>
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<div class="flex flex-wrap gap-1">
|
||||
<div class="shimmer h-6 w-16 rounded-xl"></div>
|
||||
<div class="shimmer h-6 w-16 rounded-xl"></div>
|
||||
<div class="shimmer h-6 w-16 rounded-xl"></div>
|
||||
<div class="shimmer h-6 w-16 rounded-xl"></div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endfor; ?>
|
||||
</div>
|
||||
</div>
|
||||
<?php endfor; ?>
|
||||
</div><?php /**PATH /var/www/html/packages/Webkul/Admin/src/Providers/../Resources/views/components/shimmer/leads/index/kanban.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user