add: full multi-tenancy control
This commit is contained in:
16
storage/framework/views/18f600d1f1f2fe45ea4f3ca9ceeab5db.php
Executable file
16
storage/framework/views/18f600d1f1f2fe45ea4f3ca9ceeab5db.php
Executable file
@@ -0,0 +1,16 @@
|
||||
<?php if (! ($breadcrumbs->isEmpty())): ?>
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol class="breadcrumb">
|
||||
<?php $__currentLoopData = $breadcrumbs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $breadcrumb): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
|
||||
<?php if($breadcrumb->url && !$loop->last): ?>
|
||||
<li class="breadcrumb-item"><a href="<?php echo e($breadcrumb->url); ?>"><?php echo e($breadcrumb->title); ?></a></li>
|
||||
<?php else: ?>
|
||||
<li class="breadcrumb-item active"><?php echo e($breadcrumb->title); ?></li>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
|
||||
</ol>
|
||||
</nav>
|
||||
<?php endif; ?>
|
||||
<?php /**PATH /var/www/html/vendor/diglactic/laravel-breadcrumbs/resources/views/bootstrap4.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user