HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/www.shooperm.com/storage/framework/views/a2114d254c2a1b94ff52bbda8c53023a0a85cb42.php
<section class="banner_part pt-5">
    <div class="container">
        <div class="row">
            <?php if($menus->where('menu_type', 'multi_mega_menu')->count()): ?>
                <div class="col-xl-3 col-lg-4 col-md-6 d-none d-lg-block">
                    <div class="side-menu animate-dropdown outer-bottom-xs">
                        <nav class="spn megamenu-horizontal">
                            <ul class="nav">
                                <?php $__currentLoopData = $menus->where('status', 1); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <?php if($menu->menu_type == 'multi_mega_menu'): ?>
                                        <h4><?php echo e(textLimit($menu->name, 25)); ?></h4>
                                        <ul class="nav nav_width">
                                            <?php $__currentLoopData = @$menu->menus; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                <?php if(@$menu->menu->menu_type == 'mega_menu' && @$menu->menu->status == 1): ?>
                                                    <li class="dropdown menu-item">
                                                    <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                                                        <i class="<?php echo e(@$menu->menu->icon); ?>"></i><?php echo e(textLimit(@$menu->menu->name, 25)); ?></a>
                                                        <ul class="dropdown-menu mega-menu">
                                                        <li class="spn-content">
                                                            <div class="row ">
                                                                <div class="col-sm-12 col-md-12 col-xl-8">
                                                                    <div class="row">
                                                                        <?php if(@$menu->menu->columns->count()): ?>
                                                                            <?php
                                                                                $is_same = 1;
                                                                                $column_size = $menu->menu->columns[0]->size;

                                                                                foreach($menu->menu->columns as $key => $column){
                                                                                    if($column->size != $column_size){
                                                                                    $is_same =0;
                                                                                    }
                                                                                }
                                                                            ?>
                                                                            <?php $__currentLoopData = @$menu->menu->columns; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $column): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                                                <div class="
                                                                                    <?php if($column->size == '1/1'): ?>
                                                                                    col-sm-12 col-md-12 col-lg-12 col-xl-12
                                                                                    <?php elseif($column->size == '1/2'): ?>
                                                                                    col-sm-12 col-md-6 col-lg-6 col-xl-6
                                                                                    <?php elseif($column->size == '1/3'): ?>
                                                                                    col-sm-6 col-md-6 col-lg-4 col-xl-4
                                                                                    <?php elseif($column->size == '1/4'): ?>
                                                                                    col-sm-6 col-md-6 col-lg-3 col-xl-3
                                                                                    <?php endif; ?>
                                                                                ">
                                                                                    <ul class="links list-unstyled">
                                                                                        <li><span><?php echo e(textLimit($column->column, 25)); ?></span></li>
                                                                                        <?php $__currentLoopData = @$column->elements; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $element): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>

                                                                                        <?php if($element->type == 'link'): ?>
                                                                                            <li><a target="<?php echo e($element->is_newtab == 1?'_blank':''); ?>" href="
                                                                                                <?php if($element->link != null): ?>
                                                                                                <?php echo e(url($element->link)); ?>

                                                                                                <?php else: ?>
                                                                                                javascript:void(0);
                                                                                                <?php endif; ?>
                                                                                            "><?php echo e(textLimit($element->title, 25)); ?></a></li>

                                                                                            <?php elseif($element->type == 'category' && $element->category->status == 1): ?>
                                                                                                <li><a target="<?php echo e($element->is_newtab == 1?'_blank':''); ?>" href="<?php echo e(route('frontend.category-product',['slug' => @$element->category->slug, 'item' =>'category'])); ?>">
                                                                                                <?php echo e(ucfirst(textLimit($element->title, 25))); ?>

                                                                                                </a></li>

                                                                                            <?php elseif(@$element->type == 'product' && $element->product): ?>
                                                                                                <li><a target="<?php echo e($element->is_newtab == 1?'_blank':''); ?>" href="<?php echo e(singleProductURL(@$element->product->seller->slug, $element->product->slug)); ?>"><?php echo e(ucfirst(textLimit($element->title, 25))); ?></a></li>
                                                                                            <?php elseif($element->type == 'brand' && $element->brand->status == 1): ?>
                                                                                                <li><a target="<?php echo e($element->is_newtab == 1?'_blank':''); ?>" href="<?php echo e(route('frontend.category-product',['slug' => @$element->brand->slug, 'item' =>'brand'])); ?>"><?php echo e(ucfirst(textLimit($element->title, 25))); ?></a></li>

                                                                                            <?php elseif($element->type == 'page' && $element->page->status == 1): ?>
                                                                                                <?php if(!isModuleActive('Lead') && $element->page->module == 'Lead'): ?>
                                                                                                    <?php continue; ?>
                                                                                                <?php endif; ?>
                                                                                                <li><a target="<?php echo e($element->is_newtab == 1?'_blank':''); ?>" href="<?php echo e(url(@$element->page->slug)); ?>"><?php echo e(ucfirst(textLimit($element->title, 25))); ?></a></li>

                                                                                            <?php elseif($element->type == 'tag'): ?>
                                                                                                <li><a target="<?php echo e($element->is_newtab == 1?'_blank':''); ?>" href="<?php echo e(route('frontend.category-product',['slug' => @$element->tag->name, 'item' =>'tag'])); ?>"><?php echo e(ucfirst(textLimit($element->title, 25))); ?></a></li>

                                                                                            <?php endif; ?>

                                                                                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>

                                                                                    </ul>
                                                                                </div>

                                                                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                                                        <?php endif; ?>

                                                                    </div>
                                                                </div>
                                                                <?php if(count(@$menu->menu->rightPanelData)> 0): ?>
                                                                    <div class="col-sm-12 col-xl-4 d-none d-xl-block">
                                                                        <div class="mega_menu_product">
                                                                        <?php $__currentLoopData = @$menu->menu->rightPanelData; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                                            <?php if($item->category->status == 1): ?>
                                                                                <a target="<?php echo e($item->is_newtab == 1?'_blank':''); ?>" href="<?php echo e(route('frontend.category-product',['slug' => @$item->category->slug, 'item' =>'category'])); ?>" class="menu_product">
                                                                                    <div class="single_mega_menu_product">
                                                                                    <div class="media align-items-center">
                                                                                        <div class="media_img">
                                                                                        <img data-src="<?php echo e(showImage(@$item->category->categoryImage->image?@$item->category->categoryImage->image:'frontend/default/img/default_category.png')); ?>" src="<?php echo e(showImage(themeDefaultImg())); ?>" class="lazyload align-self-center"alt="<?php echo e(@$item->category->name); ?>"/>
                                                                                        </div>
                                                                                        <div class="media-body">
                                                                                        <p><?php echo e($item->title); ?></p>
                                                                                        </div>
                                                                                    </div>
                                                                                    </div>
                                                                                </a>

                                                                                <?php if($key >=5): ?>
                                                                                    <?php break; ?>
                                                                                <?php endif; ?>
                                                                            <?php endif; ?>
                                                                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                                                        </div>
                                                                    </div>
                                                                <?php endif; ?>
                                                                <?php if(count(@$menu->menu->bottomPanelData)> 0): ?>
                                                                    <div class="col-lg-12 d-none d-xl-block">
                                                                        <div class="product_logo">
                                                                        <?php $__currentLoopData = @$menu->menu->bottomPanelData; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $key => $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                                                            <?php if($item->brand->status == 1): ?>
                                                                                <a target="<?php echo e($item->is_newtab == 1?'_blank':''); ?>" href="<?php echo e(route('frontend.category-product',['slug' => @$item->brand->slug, 'item' =>'brand'])); ?>" class="single_product_logo">
                                                                                    <img data-src="<?php echo e(showImage(@$item->brand->logo ? @$item->brand->logo:'frontend/default/img/brand_image.png')); ?>" src="<?php echo e(showImage(themeDefaultImg())); ?>" class="lazyload" alt="<?php echo e(@$item->brand->name); ?>" />
                                                                                </a>
                                                                                <?php if($key >=7): ?>
                                                                                    <?php break; ?>
                                                                                <?php endif; ?>
                                                                            <?php endif; ?>
                                                                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                                                        </div>
                                                                    </div>
                                                                <?php endif; ?>
                                                            <!-- /.col -->
                                                            </div>
                                                            <!-- /.row -->
                                                            </li>
                                                            <!-- /.spn-content -->
                                                        </ul>
                                                    <!-- /.dropdown-menu -->
                                                    </li>
                                                <?php endif; ?>
                                            <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                                            <!-- /.menu-item -->
                                        </ul>
                                    <?php endif; ?>
                                    <!-- /.menu-item -->
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </ul>
                        <!-- /.nav -->
                        </nav>
                        <!-- /.megamenu-horizontal -->
                    </div>
                <!-- /.side-menu -->
                </div>
            <?php endif; ?>
            <div class="<?php if($menus->where('menu_type', 'multi_mega_menu')->count()): ?> col-xl-9 col-lg-8 <?php else: ?> col-xl-12 col-lg-12 <?php endif; ?>">
                <?php if (isset($component)) { $__componentOriginalf33c4c6f44ba5e36a965106ef9512a2bb86eb729 = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\SliderComponent::class, ['headers' => $headers]); ?>
<?php $component->withName('slider-component'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
<?php if (isset($__componentOriginalf33c4c6f44ba5e36a965106ef9512a2bb86eb729)): ?>
<?php $component = $__componentOriginalf33c4c6f44ba5e36a965106ef9512a2bb86eb729; ?>
<?php unset($__componentOriginalf33c4c6f44ba5e36a965106ef9512a2bb86eb729); ?>
<?php endif; ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
            </div>
        </div>
    </div>
</section>
<?php /**PATH /www/wwwroot/www.shooperm.com/resources/views/frontend/default/partials/_mega_menu.blade.php ENDPATH**/ ?>