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/c919a8153533505e45c2d63eaaddccdc
 <?php $__env->startSection('content'); ?> <div class="brand-detail mobile-page"> <div class="return-button"> <?php if($brandHasParent): ?> <a href="/<?php echo $entity->parent->route; ?>"> <?php echo $entity->parent->name; ?> </a> <?php else: ?> <a href="/<?php echo $shop->getPageService()->page('brands')->route; ?>"> <?php echo \Illuminate\Support\Facades\Lang::get('mobile.back_to_brands_overview'); ?> </a> <?php endif; ?> </div> <h1><?php echo $entity->name; ?></h1> <?php if( ! empty($entity->children) ): ?> <div class="brand-list"> <?php foreach( $entity->children as $key => $child ): ?> <article class="brand-product"> <a href="/<?php echo $child->route; ?>"> <span class="image"> <?php if( ! empty($child->large_image_url) ): ?> <img src="<?php echo $child->medium_image_url; ?>" alt="<?php echo $child->name; ?> logo"/> <?php endif; ?> </span> <h3><?php echo $child->name; ?></h3> </a> </article> <?php endforeach; ?> </div> <?php endif; ?> <section class="text-block brand-info"> <h2><?php echo Lang::get('pages/brands.about',['brand' => $entity->name ]); ?></h2> <?php echo $entity->description; ?> </section> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('mobile.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>