add: full multi-tenancy control
This commit is contained in:
30
storage/framework/views/86e7ad99a2f60c181ff6221e8a463026.php
Executable file
30
storage/framework/views/86e7ad99a2f60c181ff6221e8a463026.php
Executable file
@@ -0,0 +1,30 @@
|
||||
<?php if (! ($breadcrumbs->isEmpty())): ?>
|
||||
<nav class="container mx-auto">
|
||||
<ol class="p-4 rounded flex flex-wrap bg-gray-300 text-sm text-gray-800">
|
||||
<?php $__currentLoopData = $breadcrumbs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $breadcrumb): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
|
||||
|
||||
<?php if($breadcrumb->url && !$loop->last): ?>
|
||||
<li>
|
||||
<a href="<?php echo e($breadcrumb->url); ?>" class="text-blue-600 hover:text-blue-900 hover:underline focus:text-blue-900 focus:underline">
|
||||
<?php echo e($breadcrumb->title); ?>
|
||||
|
||||
</a>
|
||||
</li>
|
||||
<?php else: ?>
|
||||
<li>
|
||||
<?php echo e($breadcrumb->title); ?>
|
||||
|
||||
</li>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (! ($loop->last)): ?>
|
||||
<li class="text-gray-500 px-2">
|
||||
/
|
||||
</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/tailwind.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user