
<div class="relative z-3 w-full flex flex-wrap items-center whitespace-nowrap py-1 sub-menu-container shadow max-w-6xl border-l-2 border-primary">
    <?php $__currentLoopData = $page->getBreadcrumbs(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $breadcrumb_index => $breadcrumb): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
        <div class="flex items-center pl-2">
            <?php if($breadcrumb_index > 0): ?>
                <div class="w-4"><fa-icon icon="fas fa-angle-right"></fa-icon></div>
            <?php endif; ?>
            <a class="breadcrumb whitespace-nowrap" href="<?php echo e($breadcrumb->full_slug); ?>"><?php echo e($breadcrumb->name); ?></a>
        </div>
    <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
<?php /**PATH /var/www/html/resources/views/breadcrumbs.blade.php ENDPATH**/ ?>