Server IP : 66.29.132.124 / Your IP : 3.138.134.163 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 $terms_ids = $row->terms->pluck('term_id'); $attributes = \Modules\Core\Models\Terms::getTermsById($terms_ids); ?> <?php if(!empty($terms_ids) and !empty($attributes)): ?> <?php $__currentLoopData = $attributes; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $attribute): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $translate_attribute = $attribute['parent']->translateOrOrigin(app()->getLocale()) ?> <?php if(empty($attribute['parent']['hide_in_single'])): ?> <div class="g-attributes <?php echo e($attribute['parent']->slug); ?> attr-<?php echo e($attribute['parent']->id); ?>"> <h3><?php echo e($translate_attribute->name); ?></h3> <?php $terms = $attribute['child'] ?> <div class="list-attributes <?php echo e($attribute['parent']['display_type'] ?? ""); ?>"> <?php $__currentLoopData = $terms; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $term): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <?php $translate_term = $term->translateOrOrigin(app()->getLocale()) ?> <div class="item <?php echo e($term->slug); ?> term-<?php echo e($term->id); ?>"> <?php if(!empty($term->image_id)): ?> <?php $image_url = get_file_url($term->image_id, 'full'); ?> <img src="<?php echo e($image_url); ?>" class="img-responsive" alt="<?php echo e($translate_term->name); ?>"> <?php else: ?> <i class="<?php echo e($term->icon ?? "icofont-check-circled icon-default"); ?>"></i> <?php endif; ?> <?php echo e($translate_term->name); ?> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?><?php /**PATH /home/wavevlvu/book24.ng/modules/Car/Views/frontend/layouts/details/attributes.blade.php ENDPATH**/ ?>