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/fd860fc31fd886b9b1b858c6f49a7b93
 <?php $__env->startSection('content'); ?> <div class="about-page mobile-page"> <?php if( ! empty($entity->call_to_action)): ?> <?php echo $__env->make('partials.callToActions.' . $entity->call_to_action, array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?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; ?> </article> <div class="our-team"> <h2><?php echo \Illuminate\Support\Facades\Lang::get('pages/people.team'); ?></h2> <div class="people-holder"> <?php foreach( Lang::get('pages/people.people') as $person): ?> <div class="person"> <div class="image-holder" style="background-image: url('/images/static/people/<?php echo strtolower($person['name']); ?>_people.jpg');"> </div> <span class="name"><?php echo $person['name']; ?></span> <?php /* <span class="function"><?php echo isset($person['function']) ? $person['function'] : ''; ?></span> */ ?> </div> <?php endforeach; ?> </div> </div> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('mobile.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>