Server IP : 66.29.132.124 / Your IP : 18.221.161.43 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/cwd/storage/framework/views/ |
Upload File : |
<?php $actives = \App\Currency::getActiveCurrency(); $current = \App\Currency::getCurrent('currency_main'); ?> <?php if(!empty($actives) and count($actives) > 1): ?> <li class="dropdown"> <?php $__currentLoopData = $actives; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $currency): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($current == $currency['currency_main']): ?> <a href="#" data-toggle="dropdown" class="is_login"> <?php echo e(strtoupper($currency['currency_main'])); ?> <i class="fa fa-angle-down"></i> </a> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <ul class="dropdown-menu text-left width-auto"> <?php $__currentLoopData = $actives; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $currency): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php if($current != $currency['currency_main']): ?> <li> <a href="<?php echo e(get_currency_switcher_url($currency['currency_main'])); ?>" class="is_login"> <?php echo e(strtoupper($currency['currency_main'])); ?> </a> </li> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> </li> <?php endif; ?> <?php /**PATH /home/wavevlvu/book24.ng/modules/Core/Views/frontend/currency-switcher.blade.php ENDPATH**/ ?>