Uname: Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 18.191.198.56
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : 4004cae88d4e6d605fa2b58423c3bbec080fb243.php
<?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
<?php $component = $__env->getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.main.header','data' => []]); ?>
<?php $component->withName('main.header'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
<?php endif; ?>

<main class="shop-main">
    <section class="levelup-pro">
        <div class="container">
            <div class="row">
                <div class="col-12 col-md-5">

                    <div class="wrordp-product">
                        <ul>
                            <li>
                                <h3>All Products</h3>
                            </li>
                            <li><a href="<?php echo e(url('/')); ?>">Home</a></li>
                        </ul>
                    </div>

                </div>

                <div class="col-12 col-md-7">
                    <form id="categoryFilterForm" action="<?php echo e(route('shop.index')); ?>" method="GET">
                        <div class="product-sorting">
                            <ul class="lip-sorting">
                                <li>
                                    <i class="fa-solid fa-arrow-up-wide-short storing"></i>
                                    <label for="sorting">Sort By:</label>
                                    <select name="sorting" id="sorting" class="simpler">

                                        <option value="ascending">Ascending</option>
                                        <option value="descending">Descending</option>
                                    </select>
                                </li>
                            </ul>

                            <ul class="lip-sorting ser-adding">
                                <li>
                                    <i class="fa-solid fa-arrow-down-wide-short storing"></i>
                                    <label for="cars">Show Product:</label>
                                    <select name="category" id="category" class="simpler">
                                        <option value="all">All Categories</option>
                                        <?php $__currentLoopData = $shopbycat; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                        <option value="<?php echo e($category->category_id); ?>"><?php echo e($category->category_heading); ?></option>
                                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                    </select>
                                </li>
                            </ul>
                        </div>
                    </form>

                </div>
            </div>
        </div>
    </section>


    <section>
        <div class="container">
            <div class="row">

                <div class="col-md-3 col-12">
                    <div class="life-cycle">
                        <h5>All Categories</h5>
                        <ul>
                            <?php $__currentLoopData = $shopbycat; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <li>
                                <a href="<?php echo e(route('shop_category', ['id' => $category->category_id])); ?>">
                                    <?php echo e($category->category_heading); ?> <span>(<?php echo e($category->products_count); ?>)</span>
                                </a>
                            </li>
                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                        </ul>

                    </div>

                    <!-- <div class="life-cycle defect-resolve">
                        <h5>Find Breaking System</h5>
                        <ul>
                            <li><a href="javascript:;">Serums<span>(09)</span></a></li>
                            <li><a href="javascript:;">Oils<span>(09)</span></a></li>
                            <li><a href="javascript:;">Scrubs<span>(09)</span></a></li>
                            <li><a href="javascript:;"> Mists<span>(09)</span></a></li>



                        </ul>
                    </div> -->
                </div>

                <div class="col-md-9 col-12">

                    <div class="row g-4">
                        <?php $__currentLoopData = $products; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $pro): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                        <div class="col-md-3 col-12">
                            <a href="<?php echo e(url('/product_detail/'.$pro->product_id)); ?>">

                                <div class="focus-tral">
                                    <img src="<?php echo e(asset('storage/images/'.$pro->product_image)); ?>" class="img-fluid" alt="">
                                    <?php if($pro->category): ?>
                                    <p><?php echo e($pro->category->category_heading); ?></p>
                                    <?php endif; ?>
                                    <h6><?php echo e($pro->product_front_title); ?></h6>
                                    <span>$<?php echo e($pro->product_origional_price); ?></span>
                                </div>
                            </a>
                        </div>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

                    </div>
                </div>
            </div>
        </div>
    </section>
</main>

<?php if (isset($component)) { $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4 = $component; } ?>
<?php $component = $__env->getContainer()->make(Illuminate\View\AnonymousComponent::class, ['view' => 'components.main.footer','data' => []]); ?>
<?php $component->withName('main.footer'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
<?php if (isset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4)): ?>
<?php $component = $__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4; ?>
<?php unset($__componentOriginalc254754b9d5db91d5165876f9d051922ca0066f4); ?>
<?php endif; ?><?php /**PATH /home/wpdeatle/public_html/easy-buyer/resources/views/shop.blade.php ENDPATH**/ ?>
© 2025 GrazzMean-Shell