Files
growup-crm/storage/framework/views/414c13ab8b4dddc7d0e1c2f6d4b7105c.php
2026-02-02 15:31:15 -03:00

16 lines
932 B
PHP
Executable File

<?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" aria-current="page"><?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/bootstrap5.blade.php ENDPATH**/ ?>