Viewing file: 94f46cda8fa0cae1e4a3b9ec6f416862.php (27.86 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps(['brands','customfields']) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps(['brands','customfields']); ?> <?php foreach (array_filter((['brands','customfields']), '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); ?> <?php $locale = app()->getLocale(); ?> <div class="fixed opacity-0 transform transition ease-linear duration-300 md:relative inset-0 -z-10 bg-black/20 md:bg-transparent h-full" :class="{ 'translate-x-0 opacity-100 z-10 ': filter }" @click.self="filter=false">
<div class="w-0 h-0 overflow-x-hidden divide-y divide-gray-100 md:divide-y-0 text-gray-50 transition-all duration-200 ease-linear md:bg-transparent " :class="{ 'w-[312px] h-screen md:h-auto': filter }">
<div x-data="{ expanded: true }" class="relative overflow-hidden filter-item mb-4 "> <div class="flex items-center justify-end pr-5 py-5 md:hidden rounded-lg" @click="filter = false"> <button type="button" class="h-[40px] w-[40px] bg-gray-50 text-gray-800 font-bold hover:text-gray-900 transition duration-200 ease-linear flex items-center justify-center"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" /> </svg>
</button> </div> <div> <button @click="expanded = ! expanded" class="flex items-center justify-between w-full p-4 text-gray-700 dark:text-gray-200 caption-03 select-none"> <span><?php echo e(__('price')); ?></span> <span class="w-4 h-4 duration-200 ease-out" :class="expanded ? '' : 'rotate-180'"> <?php if (isset($component)) { $__componentOriginalccdef130a674f3004520ed897bd23e9a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalccdef130a674f3004520ed897bd23e9a = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.heroicons.arrow-up','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.heroicons.arrow-up'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalccdef130a674f3004520ed897bd23e9a)): ?> <?php $attributes = $__attributesOriginalccdef130a674f3004520ed897bd23e9a; ?> <?php unset($__attributesOriginalccdef130a674f3004520ed897bd23e9a); ?> <?php endif; ?> <?php if (isset($__componentOriginalccdef130a674f3004520ed897bd23e9a)): ?> <?php $component = $__componentOriginalccdef130a674f3004520ed897bd23e9a; ?> <?php unset($__componentOriginalccdef130a674f3004520ed897bd23e9a); ?> <?php endif; ?> </span> </button> <div x-show="expanded" x-collapse x-cloak> <div x-init="mintrigger(); maxtrigger()" class="relative price-range p-4 max-w-xl w-full"> <div> <input type="range" step="100" wire:model="minPrice" :min="min" :max="max" x-on:input="mintrigger" x-model="minprice" class="absolute pointer-events-none appearance-none z-20 h-2 w-full opacity-0 cursor-pointer">
<input type="range" wire:model="maxPrice" step="100" :min="min" :max="max" x-on:input="maxtrigger" x-model="maxprice" class="absolute pointer-events-none appearance-none z-20 h-2 w-full opacity-0 cursor-pointer">
<div class="relative z-10 h-2.5"> <div class="absolute z-10 start-0 end-0 bottom-0 top-0 rounded-md bg-primary-100"> </div> <div class="absolute z-20 top-0 bottom-0 rounded-md bg-primary-500" :style="'inset-inline-end:' + maxthumb + '%; inset-inline-start:' + minthumb + '%'"> </div> <div class="range-thumb absolute z-30 w-5 h-5 top-0 start-0 bg-primary-500 rounded-full -mt-[5px] " :style="'inset-inline-start: ' + minthumb + '%'"></div> <div class="range-thumb absolute z-30 w-5 h-5 top-0 end-0 bg-primary-500 rounded-full -mt-[5px] me-[-1.1rem]" :style="'inset-inline-end: ' + maxthumb + '%'"></div> </div> </div>
<div class="flex gap-1.5 justify-center items-center text-gray-600 dark:text-gray-100 body-md-400 mt-5"> <span>$<span x-text="minprice"></span></span> <span>-</span> <span>$<span x-text="maxprice"></span></span> </div> </div> </div> </div> </div> <div x-data="{ expanded: true }" class="relative overflow-hidden mb-4"> <div class="cursor-pointer group filter-item"> <button @click="expanded = ! expanded" class="flex items-center justify-between w-full p-4 text-gray-700 dark:text-gray-100 caption-03 select-none"> <span><?php echo e(__('category')); ?></span> <span class="w-4 h-4 duration-200 ease-out" :class="expanded ? '' : 'rotate-180'"> <?php if (isset($component)) { $__componentOriginalccdef130a674f3004520ed897bd23e9a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalccdef130a674f3004520ed897bd23e9a = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.heroicons.arrow-up','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.heroicons.arrow-up'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalccdef130a674f3004520ed897bd23e9a)): ?> <?php $attributes = $__attributesOriginalccdef130a674f3004520ed897bd23e9a; ?> <?php unset($__attributesOriginalccdef130a674f3004520ed897bd23e9a); ?> <?php endif; ?> <?php if (isset($__componentOriginalccdef130a674f3004520ed897bd23e9a)): ?> <?php $component = $__componentOriginalccdef130a674f3004520ed897bd23e9a; ?> <?php unset($__componentOriginalccdef130a674f3004520ed897bd23e9a); ?> <?php endif; ?> </span> </button> <div x-show="expanded" x-collapse x-cloak class="pb-4"> <div class="flex justify-between items-center gap-3 hover:bg-gray-50 hover:dark:bg-gray-600 tc-checkbox-wrap"> <label class="tc-radio cursor-pointer flex-grow px-4"> <input wire:model="selectedCategory" id="allcategory" type="radio" value=""> <label for="allcategory" class="block py-2 w-full"> <?php echo e(__('all_category')); ?></label> </label> </div> <?php $__currentLoopData = loadCategoriesSubcategories(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div wire:key="category-<?php echo e($category['id']); ?>" x-data="{ open: false }"> <div class="flex pe-1.5 justify-between items-center hover:bg-gray-50 hover:dark:bg-gray-600 tc-checkbox-wrap"> <label class="tc-radio cursor-pointer flex-grow px-4"> <input wire:model="selectedCategory" id="category<?php echo e($category['id']); ?>" type="radio" value="<?php echo e($category['slug']); ?>"> <label for="category<?php echo e($category['id']); ?>" class="block dark:text-gray-100 py-2 w-full"> <?php echo e($category['translations']['category'][$locale] ?? $category['name']); ?>
</label> </label> <button class="h-10 px-2.5 transition-all duration-300 dark:text-gray-100 text-gray-700 hover:bg-gray-100 hover:text-primary-500" @click="open = !open"> <template x-if="!open"> <?php if (isset($component)) { $__componentOriginal9ceb05318defa80b0b8bf890747948f2 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal9ceb05318defa80b0b8bf890747948f2 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.heroicons.plus','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.heroicons.plus'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal9ceb05318defa80b0b8bf890747948f2)): ?> <?php $attributes = $__attributesOriginal9ceb05318defa80b0b8bf890747948f2; ?> <?php unset($__attributesOriginal9ceb05318defa80b0b8bf890747948f2); ?> <?php endif; ?> <?php if (isset($__componentOriginal9ceb05318defa80b0b8bf890747948f2)): ?> <?php $component = $__componentOriginal9ceb05318defa80b0b8bf890747948f2; ?> <?php unset($__componentOriginal9ceb05318defa80b0b8bf890747948f2); ?> <?php endif; ?> </template> <template x-if="open"> <?php if (isset($component)) { $__componentOriginal9c068c6484af241049d2d822b541fedd = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal9c068c6484af241049d2d822b541fedd = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.minus-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.minus-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal9c068c6484af241049d2d822b541fedd)): ?> <?php $attributes = $__attributesOriginal9c068c6484af241049d2d822b541fedd; ?> <?php unset($__attributesOriginal9c068c6484af241049d2d822b541fedd); ?> <?php endif; ?> <?php if (isset($__componentOriginal9c068c6484af241049d2d822b541fedd)): ?> <?php $component = $__componentOriginal9c068c6484af241049d2d822b541fedd; ?> <?php unset($__componentOriginal9c068c6484af241049d2d822b541fedd); ?> <?php endif; ?> </template> </button> </div> <div x-show="open" x-cloak> <?php $__currentLoopData = $category['subcategories']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $subcategory): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div wire:key="subcategory-<?php echo e($subcategory['id']); ?>"> <div class="flex justify-between items-center gap-3 py-2 pl-9 pr-4 hover:bg-gray-50 tc-checkbox-wrap"> <div class="tc-radio"> <input type="radio" id="subcategory<?php echo e($subcategory['id']); ?>" wire:model="selectedSubcategory" value="<?php echo e($subcategory['slug']); ?>"> <label for="subcategory<?php echo e($subcategory['id']); ?>"> <?php echo e($subcategory['translations'][$locale] ?? $subcategory['name']); ?>
</label> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> <div x-data="{ expanded: true }" class="relative overflow-hidden mb-4"> <div class="cursor-pointer group filter-item"> <button @click="expanded = ! expanded" class="flex items-center justify-between w-full p-4 text-gray-700 dark:text-gray-100 caption-03 select-none"> <span>Other Filter</span> <span class="w-4 h-4 duration-200 ease-out" :class="expanded ? '' : 'rotate-180'"> <?php if (isset($component)) { $__componentOriginalccdef130a674f3004520ed897bd23e9a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalccdef130a674f3004520ed897bd23e9a = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.heroicons.arrow-up','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.heroicons.arrow-up'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalccdef130a674f3004520ed897bd23e9a)): ?> <?php $attributes = $__attributesOriginalccdef130a674f3004520ed897bd23e9a; ?> <?php unset($__attributesOriginalccdef130a674f3004520ed897bd23e9a); ?> <?php endif; ?> <?php if (isset($__componentOriginalccdef130a674f3004520ed897bd23e9a)): ?> <?php $component = $__componentOriginalccdef130a674f3004520ed897bd23e9a; ?> <?php unset($__componentOriginalccdef130a674f3004520ed897bd23e9a); ?> <?php endif; ?> </span> </button> <div x-show="expanded" x-collapse x-cloak> <div class="px-4 pb-4"> <h3 class="text-gray-900 dark:text-gray-200 body-md-500 mb-2"><?php echo e(__('brands')); ?></h3> <ul class="flex flex-col gap-4"> <?php $__currentLoopData = $brands; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $brand): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li class="tc-check-radio"> <input type="radio" id="brand<?php echo e($brand['id']); ?>" wire:model="selectedbrand" name="brands" value="<?php echo e($brand['name']); ?>"> <label for="brand<?php echo e($brand['id']); ?>"><?php echo e($brand['name']); ?></label> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php if(!empty($customfields)): ?> <h3 class="text-gray-900 dark:text-gray-200 body-md-500 mb-2"><?php echo e(__('custom_field')); ?></h3> <?php $__currentLoopData = $customfields; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $field): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($field['filterable'] == 1): ?> <div wire:key="field-<?php echo e($field['id']); ?>" x-data="{ open: false }"> <div class="flex justify-between items-center"> <label class="tc-radio cursor-pointer flex-grow "> <label for="custom-field-<?php echo e($field['id']); ?>" class="block dark:text-gray-100 w-full"> <?php echo e($field['translations']['category'][$locale] ?? $field['name']); ?>
</label> </label> <button class="h-10 px-2.5 transition-all duration-300 dark:text-gray-100 text-gray-700 hover:bg-gray-100 hover:text-primary-500" @click="open = !open"> <template x-if="!open"> <?php if (isset($component)) { $__componentOriginal9ceb05318defa80b0b8bf890747948f2 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal9ceb05318defa80b0b8bf890747948f2 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.heroicons.plus','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.heroicons.plus'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal9ceb05318defa80b0b8bf890747948f2)): ?> <?php $attributes = $__attributesOriginal9ceb05318defa80b0b8bf890747948f2; ?> <?php unset($__attributesOriginal9ceb05318defa80b0b8bf890747948f2); ?> <?php endif; ?> <?php if (isset($__componentOriginal9ceb05318defa80b0b8bf890747948f2)): ?> <?php $component = $__componentOriginal9ceb05318defa80b0b8bf890747948f2; ?> <?php unset($__componentOriginal9ceb05318defa80b0b8bf890747948f2); ?> <?php endif; ?> </template> <template x-if="open"> <?php if (isset($component)) { $__componentOriginal9c068c6484af241049d2d822b541fedd = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal9c068c6484af241049d2d822b541fedd = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.minus-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.minus-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal9c068c6484af241049d2d822b541fedd)): ?> <?php $attributes = $__attributesOriginal9c068c6484af241049d2d822b541fedd; ?> <?php unset($__attributesOriginal9c068c6484af241049d2d822b541fedd); ?> <?php endif; ?> <?php if (isset($__componentOriginal9c068c6484af241049d2d822b541fedd)): ?> <?php $component = $__componentOriginal9c068c6484af241049d2d822b541fedd; ?> <?php unset($__componentOriginal9c068c6484af241049d2d822b541fedd); ?> <?php endif; ?> </template> </button> </div> <div x-show="open" x-cloak> <?php $__currentLoopData = $field['values']; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $subField): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div wire:key="custom-field-<?php echo e($subField['id']); ?>"> <div class="flex justify-between items-center gap-3 py-2 pl-9 pr-4 hover:bg-gray-50 tc-checkbox-wrap"> <div class="tc-radio"> <input type="checkbox" id="custom-field-<?php echo e($subField['id']); ?>" wire:model="selectedCustomFieldValues.<?php echo e($subField['id']); ?>" value="<?php echo e($subField['value']); ?>"> <label for="custom-field-<?php echo e($subField['id']); ?>"> <?php echo e($subField['translations'][$locale] ?? $subField['value']); ?>
</label> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </ul> </div> </div> </div> </div> <div x-data="{ expanded: true }" class="relative overflow-hidden mb-4"> <div class="cursor-pointer group filter-item"> <button @click="expanded = ! expanded" class="flex items-center justify-between w-full p-4 text-gray-700 dark:text-gray-100 caption-03 select-none"> <span><?php echo e(__('posted_within')); ?></span> <span class="w-4 h-4 duration-200 ease-out" :class="expanded ? '' : 'rotate-180'"> <?php if (isset($component)) { $__componentOriginalccdef130a674f3004520ed897bd23e9a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalccdef130a674f3004520ed897bd23e9a = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.heroicons.arrow-up','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.heroicons.arrow-up'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalccdef130a674f3004520ed897bd23e9a)): ?> <?php $attributes = $__attributesOriginalccdef130a674f3004520ed897bd23e9a; ?> <?php unset($__attributesOriginalccdef130a674f3004520ed897bd23e9a); ?> <?php endif; ?> <?php if (isset($__componentOriginalccdef130a674f3004520ed897bd23e9a)): ?> <?php $component = $__componentOriginalccdef130a674f3004520ed897bd23e9a; ?> <?php unset($__componentOriginalccdef130a674f3004520ed897bd23e9a); ?> <?php endif; ?> </span> </button> <div x-show="expanded" x-collapse x-cloak> <div class="px-4 pb-4"> <ul class="flex flex-col gap-4"> <li class="tc-check-radio"> <input type="radio" name="posted-within" wire:model="dateRange" value="1" id="24hrs"> <label for="24hrs">Last 24 hrs</label> </li> <li class="tc-check-radio"> <input type="radio" wire:model="dateRange" value="7" name="posted-within" id="7days"> <label for="7days">Last 7 days</label> </li> <li class="tc-check-radio"> <input type="radio" wire:model="dateRange" value="30" name="posted-within" id="30days"> <label for="30days">Last 30 days</label> </li> </ul> </div> </div> </div> </div> </div>
</div><?php /**PATH /home/picotech/domains/classify.picotech.app/public_html/resources/views/components/frontend/listing/filter-sidebar.blade.php ENDPATH**/ ?>
|