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