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