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/70672b0408de78699c0b118b72bec1e0c662d8ca.php
<?php
    $footer_content = \Modules\FooterSetting\Entities\FooterContent::first();
?>
<?php if(url()->current() == url('/')): ?>
<div class="amaz_section section_spacing4">
    <div class="container">
        <div class="row">
            <div class="col-12">
                <div class="section__title d-flex align-items-center gap-3 mb_20">
                    <h3 class="m-0 flex-fill"><?php echo e(app('general_setting')->footer_about_title); ?></h3>
                </div>
            </div>
        </div>
        <div class="row">
            <div class="col-12">
                <div class="amaz_mazing_text">
                    <?php echo app('general_setting')->footer_about_description; ?>
                </div>
            </div>
        </div>
    </div>
</div>
<?php endif; ?>

<!-- FOOTER::START  -->
    <footer class="home_three_footer">
        <div class="main_footer_wrap">
            <div class="container">
                 <div class="row">
                    <div class="col-xl-3 col-lg-3 col-md-6 footer_links_50 ">
                        <div class="footer_widget" >
                            <ul class="footer_links">
                                <?php $__currentLoopData = $sectionWidgets->where('section','1'); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $page): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <?php if(!isModuleActive('Lead') && $page->pageData->module == 'Lead'): ?>
                                        <?php continue; ?>
                                    <?php endif; ?>
                                    <li><a href="<?php echo e(url($page->pageData->slug)); ?>"><?php echo e($page->name); ?></a></li>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </ul>
                        </div>
                    </div>
                    <div class="col-xl-3 col-lg-3 col-md-6 footer_links_50 ">
                        <div class="footer_widget">
                            <ul class="footer_links">
                                <?php $__currentLoopData = $sectionWidgets->where('section','2'); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $page): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <?php if(!isModuleActive('Lead') && $page->pageData->module == 'Lead'): ?>
                                        <?php continue; ?>
                                    <?php endif; ?>
                                    <li><a href="<?php echo e(url($page->pageData->slug)); ?>"><?php echo e($page->name); ?></a></li>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </ul>
                        </div>
                    </div>
                    <div class="col-lg-3 col-xl-3 col-md-6">
                        <div class="footer_widget" >
                            
                            <div class="apps_boxs">
                                <?php if($footer_content->show_play_store): ?>
                                <a href="<?php echo e($footer_content->play_store); ?>" class="google_play_box d-flex align-items-center mb_10">
                                    <div class="icon">
                                        <img src="<?php echo e(url('/')); ?>/public/frontend/amazy/img/amaz_icon/google_play.svg" alt="">
                                    </div>
                                    <div class="google_play_text">
                                        <span><?php echo e(__('amazy.Get it on')); ?></span>
                                        <h4 class="text-nowrap"><?php echo e(__('amazy.Google Play')); ?></h4>
                                    </div>
                                </a>
                                <?php endif; ?>
                                <?php if($footer_content->show_app_store): ?>
                                <a href="<?php echo e($footer_content->app_store); ?>" class="google_play_box d-flex align-items-center">
                                    <div class="icon">
                                        <img src="<?php echo e(url('/')); ?>/public/frontend/amazy/img/amaz_icon/apple_icon.svg" alt="">
                                    </div>
                                    <div class="google_play_text">
                                        <span><?php echo e(__('amazy.Get it on')); ?></span>
                                        <h4 class="text-nowrap"><?php echo e(__('amazy.Apple Store')); ?></h4>
                                    </div>
                                </a>
                                <?php endif; ?>
                            </div>
                        </div>
                    </div>
                    <?php
                        $subscribeContent = [];
                    ?>
                    <?php if (isset($component)) { $__componentOriginal6444297f0269c07e4e5035f4a74ea0c006b2f88b = $component; } ?>
<?php $component = $__env->getContainer()->make(App\View\Components\SubscribeComponent::class, ['subscribeContent' => $subscribeContent]); ?>
<?php $component->withName('subscribe-component'); ?>
<?php if ($component->shouldRender()): ?>
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
<?php $component->withAttributes([]); ?>
<?php if (isset($__componentOriginal6444297f0269c07e4e5035f4a74ea0c006b2f88b)): ?>
<?php $component = $__componentOriginal6444297f0269c07e4e5035f4a74ea0c006b2f88b; ?>
<?php unset($__componentOriginal6444297f0269c07e4e5035f4a74ea0c006b2f88b); ?>
<?php endif; ?>
<?php echo $__env->renderComponent(); ?>
<?php endif; ?>
                </div>
            </div>
        </div>
        <div class="copyright_area p-0">
            <div class="container">
                <div class="footer_border m-0"></div>
                <div class="row">
                    <div class="col-md-12">
                        <div class="copy_right_text d-flex align-items-center gap_20 flex-wrap justify-content-between">
                            <?php echo app('general_setting')->footer_copy_right; ?>
                            <div class="footer_list_links">
                                <?php $__currentLoopData = $sectionWidgets->where('section','3'); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $page): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                                    <?php if(!isModuleActive('Lead') && $page->pageData->module == 'Lead'): ?>
                                        <?php continue; ?>
                                    <?php endif; ?>
                                    <a href="<?php echo e(url($page->pageData->slug)); ?>"><?php echo e($page->name); ?></a>
                                <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                            </div>
                        </div>
                    </div>
                </div>
                <?php if($footer_content->show_play_store && $footer_content->payment_image): ?>
                    <div class="footer_border m-0"></div>
                    <div class="row">
                        <div class="col-12">
                            <div class="payment_imgs text-center ">
                                <img class="img-fluid" src="<?php echo e(showImage($footer_content->payment_image)); ?>" alt="">
                            </div>
                        </div>
                    </div>
                <?php endif; ?>
            </div>
        </div>
    </footer>
    <!-- FOOTER::END  -->
<?php echo $__env->make('frontend.amazy.auth.partials._login_modal', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<div id="cart_data_show_div">
    <?php echo $__env->make('frontend.amazy.partials._cart_details_submenu', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div id="cart_success_modal_div">
    <?php echo $__env->make('frontend.amazy.partials._cart_success_modal', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<input type="hidden" id="login_check" value="<?php if(auth()->check()): ?> 1 <?php else: ?> 0 <?php endif; ?>">
<div class="add-product-to-cart-using-modal">
    
</div>

<?php echo $__env->make('frontend.amazy.partials._modals', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>

<!-- UP_ICON  -->
<div id="back-top" style="display: none;">
    <a title="Go to Top" href="#">
        <i class="ti-angle-up"></i>
    </a>
</div>
<!--/ UP_ICON -->

<?php echo $__env->make('frontend.amazy.partials._script', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php echo $__env->yieldPushContent('scripts'); ?>
<?php echo $__env->yieldPushContent('wallet_scripts'); ?>

</body>

</html><?php /**PATH /www/wwwroot/www.shooperm.com/resources/views/frontend/amazy/partials/_footer.blade.php ENDPATH**/ ?>