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/27d9a14a6d1d051b910d23f0665b6feb
 <?php $__env->startSection('background'); ?> <div class="bg-50"></div> <?php $__env->stopSection(); ?> <?php $__env->startSection('sidebar'); ?> <?php echo $__env->make('partials.sidebar', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('brandNavigationBar'); ?> <?php echo $__env->make('partials.brandNavigationBar', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="content-container column fluid-100"> <?php echo $__env->make('partials.breadcrumb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <h1 class="page-title"><?php echo $entity->name; ?></h1> <article class="text-block content-block column fluid-100"> <h2><?php echo $entity->name; ?></h2> <div class="description column"> <?php echo $entity->description; ?> </div> <div class="description column last"> <?php echo $entity->description_two; ?> </div> <div class="clear"></div> <div class="overview column fluid-100"> <?php echo $menu; ?> <?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; ?> </div> </article> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>