<section class="sms-breadcrumb mb-40 white-box">
<div class="container-fluid">
<div class="row justify-content-between">
<h1><?php echo e($menu->name); ?></h1>
<div class="bc-pages">
<?php if(isset($links[0]) && $links[0]['route']!='dashboard'): ?>
<a href="<?php echo e(validRouteUrl('dashboard')); ?>"><?php echo e(__('dashboard.Dashboard')); ?></a>
<?php endif; ?>
<?php $__currentLoopData = $links; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $link): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<a href="<?php echo e(routeIsExist($link['route'])?validRouteUrl($link['route']):''); ?>"><?php echo e($link['name']); ?></a>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
</div>
</div>
</section>
<?php /**PATH /home/bouloter/infix/resources/views/backend/partials/breadcrumb.blade.php ENDPATH**/ ?>