ok
Direktori : /home2/selectio/www/3-idiots/storage/framework/views/ |
Current File : /home2/selectio/www/3-idiots/storage/framework/views/ef224a87d65c266372fa5c0c79cf72110eee83c3.php |
<style> .list-group-item li, a { color: <?php echo e($web_config['primary_color']); ?>; } .list-group-item li, a:hover { color: <?php echo e($web_config['secondary_color']); ?>; } </style> <ul class="list-group list-group-flush"> <?php $__currentLoopData = $products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $i): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="list-group-item" onclick="$('.search_form').submit()"> <a href="javascript:" onmouseover="$('.search-bar-input-mobile').val('<?php echo e($i['name']); ?>');$('.search-bar-input').val('<?php echo e($i['name']); ?>');"> <?php echo e($i['name']); ?> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php /**PATH /home2/auroraas/public_html/a1-textile/resources/views/web-views/partials/_search-result.blade.php ENDPATH**/ ?>