add: full multi-tenancy control
This commit is contained in:
12
storage/framework/views/74349877583591de964288672b6047a7.php
Executable file
12
storage/framework/views/74349877583591de964288672b6047a7.php
Executable file
@@ -0,0 +1,12 @@
|
||||
|
||||
<?php
|
||||
$bgColors = ['bg-orange-100', 'bg-red-100', 'bg-green-100', 'bg-blue-100', 'bg-purple-100'];
|
||||
$textColors = ['text-orange-800', 'text-red-800', 'text-green-800', 'text-blue-800', 'text-purple-800'];
|
||||
?>
|
||||
<?php $__currentLoopData = $bgColors; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $bgColor): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<div class="<?php echo e($bgColor); ?>"></div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
|
||||
<?php $__currentLoopData = $textColors; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $textColor): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<div class="<?php echo e($textColor); ?>"></div>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><?php /**PATH /var/www/html/packages/Webkul/Admin/src/Resources/views/components/example.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user