File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/storage/views/21973cdd12519a6284927f6a2926d2fc
<?php $__env->startSection('content'); ?> <div class="<?php if(isset($entity->parent) && $entity->parent->code_name == 'information'): ?> customer-service-sub <?php endif; ?> mobile-page"> <?php if( isset($entity->parent) && $entity->parent->code_name != 'home'): ?> <div class="return-button"> <?php if(isset($entity->parent)): ?> <a href="/<?php echo $entity->parent->route; ?>"> <?php echo $entity->parent->name; ?> </a> <?php endif; ?> </div> <?php endif; ?> <article class="text-block white <?php echo $entity->code_name; ?>"> <h1><?php echo $entity->name; ?></h1> <?php echo $entity->description; ?> <?php if(isset($entity->description_two) && $entity->description_two != ''): ?> <?php echo $entity->description_two; ?> <?php endif; ?> <?php if( ! empty($images)): ?> <?php foreach($images as $image): ?> <figure> <img src="<?php echo $image->large_image_url; ?>" alt="<?php echo $entity->name; ?>"/> </figure> <?php endforeach; ?> <?php endif; ?> <?php if( count($entity->children) != 0): ?> <ul class="childeren-menu"> <?php foreach($entity->children as $child): ?> <li> <a href="/<?php echo $child->route; ?>"> <?php echo $child->name; ?> </a> </li> <?php endforeach; ?> </ul> <?php endif; ?> <?php if($entity->code_name == 'filterclasses'): ?> <a href="/images/static/filter-info/filter_info_<?php echo Lang::getLocale(); ?>.jpg"> <img width="100%" style="margin-top: 20px;" src="/images/static/filter-info/filter_info_<?php echo Lang::getLocale(); ?>.jpg" alt="Filter info" title="Filter info"/> </a> <?php endif; ?> </article> <?php if(isset($entity->parent) && $entity->parent->code_name == 'information'): ?> <div class="inline-menu gray no-sub"> <h3><?php echo \Illuminate\Support\Facades\Lang::get('mobile.readMoreAbout'); ?></h3> <?php echo $menu; ?> </div> <?php endif; ?> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('mobile.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>