Server IP : 66.29.132.124 / Your IP : 3.144.255.158 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 : /home/wavevlvu/book24.ng/storage/framework/views/ |
Upload File : |
<?php if(!empty($list_term)): ?> <div class="bravo-car-term-featured-box"> <div class="container"> <div class="title"> <?php echo e($title); ?> </div> <?php if($desc): ?> <div class="sub-title"> <?php echo e($desc); ?> </div> <?php endif; ?> <div class="row"> <?php $__currentLoopData = $list_term; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $image_url = get_file_url($item->image_id, 'full'); $page_search = Modules\Car\Models\Car::getLinkForPageSearch(false , [ 'terms[]' => $item->id] ); $translation = $item->translateOrOrigin(app()->getLocale()); ?> <div class="col-md-6 col-md-4 col-lg-3"> <a href="<?php echo e($page_search); ?>"> <div class="featured-item"> <div class="image"> <img src="<?php echo e($image_url); ?>" class="img-responsive" alt="<?php echo e($translation->name); ?>"> </div> <h4 class="text"> <?php echo e($translation->name); ?> </h4> </div> </a> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </div> <?php endif; ?> <?php /**PATH /home/book24/public_html/modules/Car/Views/frontend/blocks/term-featured-box/index.blade.php ENDPATH**/ ?>