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/sportivo.komma.pro/app/storage/views/6e80cc12e93b4d7cdcaf66ecc19b06eb
 <?php $__env->startSection('navigationBar'); ?> @parent <?php if($data->socialMedia): ?> <?php echo $__env->make('layouts.partials.socialMedia', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('pageHeader'); ?> <?php if(isset($data->photo)): ?> <?php echo $__env->make('layouts.partials.photoHeader', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php else: ?> <?php echo $__env->make('layouts.partials.mainHeader', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php endif; ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content-block1'); ?> <section class="content-block1 row "> <?php echo $__env->make('layouts.partials.contentblocks.breadcrumb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <div class="row colleagues-block"> <?php foreach($data->multiData as $colleague): ?> <div class="colleague-holder" id="colleague<?php echo $colleague->colleague_id; ?>"> <?php if(isset($colleague->large_image_url)): ?> <img alt="<?php echo $colleague->name; ?>" src="<?php echo $colleague->large_image_url; ?>"/> <?php else: ?> <img alt="<?php echo $colleague->name; ?>" src="/images/structure/placeholder_person.png"/> <?php endif; ?> <p class="name"><?php echo $colleague->name; ?> <span></span></p> </div> <?php endforeach; ?> </div> <?php if(isset($data->buttons)): ?> <div class="grid"> <?php echo $__env->make('layouts.partials.contentblocks.buttonRow', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> <?php endif; ?> </section> <div class="popUp"> <?php foreach($data->multiData as $colleague): ?> <div class="popup-holder" id="popUp-colleague<?php echo $colleague->colleague_id; ?>"> <span class="close"></span> <div class="middle-block row"> <?php if(isset($colleague->large_image_url)): ?> <img alt="<?php echo $colleague->name; ?>" class="above775" src="<?php echo $colleague->large_image_url; ?>"/> <?php endif; ?> <div class="middle-placeholder"> <h2><?php echo $colleague->name; ?></h2> <h3><?php echo $colleague->specialty; ?></h3> <?php if(isset($colleague->large_image_url)): ?> <img alt="<?php echo $colleague->name; ?>" class="below775" src="<?php echo $colleague->large_image_url; ?>"/> <?php endif; ?> <?php echo $colleague->description; ?> </div> </div> <div class="side-by-side-grid"> <?php echo $__env->make('layouts.partials.contentblocks.buttonRow', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> </div> <?php endforeach; ?> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('subContent'); ?> <?php echo $__env->make('layouts.partials.articles', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php echo $__env->make('layouts.partials.sportsPurposeCircles', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('extraJavascript'); ?> <script src="/js/colleagues.js"></script> <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>