Viewing file: d9456bcf0473aedc8fe6e214511f2e58.php (1.74 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps(['links' => []]) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps(['links' => []]); ?> <?php foreach (array_filter((['links' => []]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $__defined_vars = get_defined_vars(); ?> <?php foreach ($attributes as $__key => $__value) { if (array_key_exists($__key, $__defined_vars)) unset($$__key); } ?> <?php unset($__defined_vars); ?> <div class="bg-gray-50 dark:bg-gray-900"> <div class="container"> <div class="py-2.5"> <ul class="breadcrumb-list flex gap-2 items-center"> <li class="inline-flex items-center gap-2"> <a href="/" class="body-sm-400 transition-all duration-300 text-gray-600 dark:text-gray-300 hover:text-gray-900"><?php echo e(__('home')); ?></a> </li> <?php $__currentLoopData = $links; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $link): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="inline-flex items-center gap-2"> <a href="<?php echo e(data_get($link, 'url')); ?>" class="body-sm-400 text-gray-900 dark:text-white"><?php echo e(__($link['text'])); ?></a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </div> </div> </div> <?php /**PATH /home/picotech/domains/classify.picotech.app/public_html/resources/views/components/frontend/breadcrumb/breadcrumb.blade.php ENDPATH**/ ?>
|