File: /home/armgroup/libs/storage/framework/views/91537d291aea8d95ac817b0721cd22ffe5bc26ea.php
<?php $__env->startSection('meta'); ?>
<?php if($category->name): ?>
<meta property="category:modified_time" content="<?php echo e($category->updated_at); ?>"/>
<?php elseif($tag->name): ?>
<meta property="category:modified_time" content="<?php echo e($tag->updated_at); ?>"/>
<?php elseif($brand->name): ?>
<meta property="category:modified_time" content="<?php echo e($brand->updated_at); ?>"/>
<?php endif; ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('header'); ?>
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('css/category.css?v=2.1.21')); ?>"/>
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('css/nouislider.min.css')); ?>"/>
<?php if($faq): ?>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
<?php $__currentLoopData = $faq; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $f): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
{
"@type": "Question",
"name": "<?php echo e($f['question']); ?>",
"acceptedAnswer": {
"@type": "Answer",
"text": "<?php echo e($f['answer']); ?>"
}
}
<?php if (! ($loop->last)): ?> , <?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
]
}
</script>
<?php endif; ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<div class="body-content">
<?php
if (! isset($_instance)) {
$html = \Livewire\Livewire::mount('frontend.search.index', ['category' => $category,'brand' => $brand,'tag' => $tag,'faq' => $faq])->html();
} elseif ($_instance->childHasBeenRendered('kie8fyg')) {
$componentId = $_instance->getRenderedChildComponentId('kie8fyg');
$componentTag = $_instance->getRenderedChildComponentTagName('kie8fyg');
$html = \Livewire\Livewire::dummyMount($componentId, $componentTag);
$_instance->preserveRenderedChild('kie8fyg');
} else {
$response = \Livewire\Livewire::mount('frontend.search.index', ['category' => $category,'brand' => $brand,'tag' => $tag,'faq' => $faq]);
$html = $response->html();
$_instance->logRenderedChild('kie8fyg', $response->id(), \Livewire\Livewire::getRootElementTagName($html));
}
echo $html;
?>
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('footer'); ?>
<script src="<?php echo e(asset('js/theia-sticky-sidebar.js')); ?>"></script>
<script src="<?php echo e(asset('js/nouislider.min.js')); ?>"></script>
<script src="<?php echo e(asset('js/wNumb.js')); ?>"></script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/armgroup/libs/resources/views/frontend/search/index.blade.php ENDPATH**/ ?>