File: /var/www/ipsremont-demo/storage/framework/views/edbda0f560ef4cc4b1442fd284c0c85ede1606f6.php
<ul class="breadcrumb breadcrumb-transparent breadcrumb-dot font-weight-bold p-0 my-2 font-size-sm">
<?php $__currentLoopData = $breadCrumb; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $b): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<li class="breadcrumb-item">
<?php if($b['type']=='dynamic'): ?>
<a href="<?php echo e(route($b['route'], [$b['field']=>$b['value']])); ?>" class="text-muted"><?php echo app('translator')->get($b['name']); ?></a>
<?php else: ?>
<a href="<?php echo e(route($b['route'])); ?>" class="text-muted"><?php echo app('translator')->get($b['name']); ?></a>
<?php endif; ?>
</li>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</ul>
<?php /**PATH /var/www/ipsremont-demo/resources/views/layouts/breadCrumb.blade.php ENDPATH**/ ?>