add: full multi-tenancy control
This commit is contained in:
14
storage/framework/views/5fee729c5c99ff4c2d07fe314dfc6111.php
Executable file
14
storage/framework/views/5fee729c5c99ff4c2d07fe314dfc6111.php
Executable file
@@ -0,0 +1,14 @@
|
||||
<?php if (! ($breadcrumbs->isEmpty())): ?>
|
||||
<ul class="uk-breadcrumb">
|
||||
<?php $__currentLoopData = $breadcrumbs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $breadcrumb): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
<?php if($loop->last): ?>
|
||||
<li><span><?php echo e($breadcrumb->title); ?></span></li>
|
||||
<?php elseif($breadcrumb->url): ?>
|
||||
<li><a href="<?php echo e($breadcrumb->url); ?>"><?php echo e($breadcrumb->title); ?></a></li>
|
||||
<?php else: ?>
|
||||
<li class="uk-disabled"><a><?php echo e($breadcrumb->title); ?></a></li>
|
||||
<?php endif; ?>
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
</ul>
|
||||
<?php endif; ?>
|
||||
<?php /**PATH /var/www/html/vendor/diglactic/laravel-breadcrumbs/resources/views/uikit.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user