HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/68edce62a00571f221f5886fec7c2f35
 <?php $__env->startSection('content'); ?> <div class="brand-page mobile-page"> <h1 class="page-title"><?php echo Lang::choice('pages/brands.pageTitle',Shop::getLanguageService()->dialectCount()); ?></h1> <div class="brand-list"> <?php foreach( $brands as $key => $brand ): ?> <div class="brand"> <a href="/<?php echo $brand->route; ?>"> <span class="name"><?php echo $brand->name; ?></span> <span class="logo"> <?php if( ! empty($brand->large_image_url) ): ?> <img src="<?php echo $brand->medium_image_url; ?>" alt="<?php echo $brand->name; ?> logo"/> <?php endif; ?> </span> </a> </div> <?php endforeach; ?> </div> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('mobile.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>