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/7f61930269ea779325916bce4c34366051ac2709.php
<div class="amaz_popular_search section_spacing">
    <div class="container">
        <div class="row">
            <div class="col-12">
                <div class="section__title d-flex align-items-center gap-3 mb_30">
                    <h3 class="m-0 flex-fill">Popular Searches</h3>
                </div>
            </div>
        </div>
        <div class="row">
            <div class="col-12">
                <?php if($search_items->count()): ?>
                    <div class="popular_search_lists mb_30">
                        <?php $__currentLoopData = $search_items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
                            <a class="popular_search_list" href="<?php echo e(url('/').'/category'.'/'.$item->keyword.'?item=search&category=0'); ?>"><?php echo e($item->keyword); ?></a>
                        <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
                    </div>
                <?php else: ?>
                    <p>No search keyword found.</p>
                <?php endif; ?>
            </div>
        </div>
    </div>
</div><?php /**PATH /www/wwwroot/www.shooperm.com/resources/views/frontend/amazy/components/popular-search-component.blade.php ENDPATH**/ ?>