{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: /var/www///arsu_theme/storage/framework/views/f9c5252274a88b1884660c7398e1e621.php
<?php Theme::asset()->container('footer')->usePath()->add('nice-select', 'js/nice-select.js'); ?> <div class="tp-shop-top mb-45"> <?php if(products_listing_layout() === 'no-sidebar'): ?> <form action="<?php echo e(URL::current()); ?>" method="GET" class="bb-product-form-filter"> <?php echo $__env->make(EcommerceHelper::viewPath('includes.filters.filter-hidden-fields'), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </form> <?php endif; ?> <div class="row"> <div class="col-xl-6"> <div class="tp-shop-top-left d-flex align-items-center"> <div class="tp-shop-top-tab tp-tab"> <ul class="nav nav-tabs" id="productTab" role="tablist"> <li class="nav-item" role="presentation"> <button class="<?php echo \Illuminate\Support\Arr::toCssClasses(['nav-link', 'active' => request()->query('layout', get_product_layout()) === 'grid']); ?>" data-value="grid" id="grid-tab" data-bb-toggle="change-product-filter-layout" type="button" role="tab" aria-controls="grid-tab-pane" aria-selected="true"> <?php if (isset($component)) { $__componentOriginal73995948b3bd877b76251b40caf28170 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal73995948b3bd877b76251b40caf28170 = $attributes; } ?> <?php $component = Botble\Icon\View\Components\Icon::resolve(['name' => 'ti ti-layout-grid'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('core::icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Botble\Icon\View\Components\Icon::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($__attributesOriginal73995948b3bd877b76251b40caf28170)): ?> <?php $attributes = $__attributesOriginal73995948b3bd877b76251b40caf28170; ?> <?php unset($__attributesOriginal73995948b3bd877b76251b40caf28170); ?> <?php endif; ?> <?php if (isset($__componentOriginal73995948b3bd877b76251b40caf28170)): ?> <?php $component = $__componentOriginal73995948b3bd877b76251b40caf28170; ?> <?php unset($__componentOriginal73995948b3bd877b76251b40caf28170); ?> <?php endif; ?> </button> </li> <li class="nav-item" role="presentation"> <button class="<?php echo \Illuminate\Support\Arr::toCssClasses(['nav-link', 'active' => request()->query('layout', get_product_layout()) === 'list']); ?>" data-value="list" id="list-tab" data-bb-toggle="change-product-filter-layout" type="button" role="tab" aria-controls="list-tab-pane" aria-selected="false"> <?php if (isset($component)) { $__componentOriginal73995948b3bd877b76251b40caf28170 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal73995948b3bd877b76251b40caf28170 = $attributes; } ?> <?php $component = Botble\Icon\View\Components\Icon::resolve(['name' => 'ti ti-layout-list'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('core::icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Botble\Icon\View\Components\Icon::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($__attributesOriginal73995948b3bd877b76251b40caf28170)): ?> <?php $attributes = $__attributesOriginal73995948b3bd877b76251b40caf28170; ?> <?php unset($__attributesOriginal73995948b3bd877b76251b40caf28170); ?> <?php endif; ?> <?php if (isset($__componentOriginal73995948b3bd877b76251b40caf28170)): ?> <?php $component = $__componentOriginal73995948b3bd877b76251b40caf28170; ?> <?php unset($__componentOriginal73995948b3bd877b76251b40caf28170); ?> <?php endif; ?> </button> </li> </ul> </div> <div class="tp-shop-top-result"> <p><?php echo e(__('Showing :from - :to of :total products', ['from' => $products->firstItem() ?: 0, 'to' => $products->lastItem() ?: 0, 'total' => $products->total()])); ?></p> </div> </div> </div> <div class="col-xl-6"> <div class="tp-shop-top-right d-sm-flex align-items-center justify-content-xl-end"> <div class="tp-shop-top-select"> <select name="sort-by" data-nice-select> <?php $__currentLoopData = EcommerceHelper::getSortParams(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($key); ?>" <?php if(BaseHelper::stringify(request()->input('sort-by')) === $key): echo 'selected'; endif; ?>><?php echo e($value); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> <div class="tp-shop-top-select sort-by"> <select name="per-page" data-nice-select> <?php $__currentLoopData = EcommerceHelper::getShowParams(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $value): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <option value="<?php echo e($key); ?>" <?php if($key === request()->integer('per-page', theme_option('number_of_products_per_page', 12))): echo 'selected'; endif; ?>><?php echo e($value); ?></option> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </select> </div> <div class="tp-shop-top-filter d-lg-none"> <button type="button" class="tp-filter-btn" data-bb-toggle="toggle-filter-sidebar"> <span> <svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14.9998 3.45001H10.7998" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" /> <path d="M3.8 3.45001H1" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" /> <path d="M6.5999 5.9C7.953 5.9 9.0499 4.8031 9.0499 3.45C9.0499 2.0969 7.953 1 6.5999 1C5.2468 1 4.1499 2.0969 4.1499 3.45C4.1499 4.8031 5.2468 5.9 6.5999 5.9Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" /> <path d="M15.0002 11.15H12.2002" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" /> <path d="M5.2 11.15H1" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" /> <path d="M9.4002 13.6C10.7533 13.6 11.8502 12.5031 11.8502 11.15C11.8502 9.79691 10.7533 8.70001 9.4002 8.70001C8.0471 8.70001 6.9502 9.79691 6.9502 11.15C6.9502 12.5031 8.0471 13.6 9.4002 13.6Z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" /> </svg> </span> <?php echo e(__('Filter')); ?> </button> </div> </div> </div> </div> </div> <?php /**PATH /var/www/arsu/platform/themes/shofy/views/ecommerce/includes/product-filters-top.blade.php ENDPATH**/ ?>
./Ninja\.