add: full multi-tenancy control
This commit is contained in:
38
storage/framework/views/4efa6d5ebffb0d20c27159fb7a21317a.php
Executable file
38
storage/framework/views/4efa6d5ebffb0d20c27159fb7a21317a.php
Executable file
@@ -0,0 +1,38 @@
|
||||
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?>
|
||||
<?php foreach($attributes->onlyProps([
|
||||
'name' => '',
|
||||
'entity' => null,
|
||||
'route' => null,
|
||||
]) as $__key => $__value) {
|
||||
$$__key = $$__key ?? $__value;
|
||||
} ?>
|
||||
<?php $attributes = $attributes->exceptProps([
|
||||
'name' => '',
|
||||
'entity' => null,
|
||||
'route' => null,
|
||||
]); ?>
|
||||
<?php foreach (array_filter(([
|
||||
'name' => '',
|
||||
'entity' => null,
|
||||
'route' => null,
|
||||
]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
|
||||
$$__key = $$__key ?? $__value;
|
||||
} ?>
|
||||
<?php $__defined_vars = get_defined_vars(); ?>
|
||||
<?php foreach ($attributes as $__key => $__value) {
|
||||
if (array_key_exists($__key, $__defined_vars)) unset($$__key);
|
||||
} ?>
|
||||
<?php unset($__defined_vars); ?>
|
||||
|
||||
<div class="flex justify-start max-lg:hidden">
|
||||
<div class="flex items-center gap-x-3.5">
|
||||
<?php if($route): ?>
|
||||
<?php echo e(Breadcrumbs::view('admin::partials.breadcrumbs', $name, $route, $entity)); ?>
|
||||
|
||||
<?php else: ?>
|
||||
<?php echo e(Breadcrumbs::view('admin::partials.breadcrumbs', $name, $entity)); ?>
|
||||
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
<?php /**PATH /var/www/html/packages/Webkul/Admin/src/Resources/views/components/breadcrumbs/index.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user