File: D:/HostingSpaces/SBogers10/rentman.komma.pro/app/storage/views/de743d486d057b3968203f8ed1419015
<?php $__env->startSection('meta'); ?>
<title><?php echo $data->meta_title; ?></title>
<meta name="description" content="<?php echo $data->meta_description; ?>">
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<?php echo $__env->make('layouts.partials.header', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('layouts.partials.breadcrumb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('layouts.partials.mobileNavigation', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="feature-content">
<div class="background">
</div>
<div class="content-container inner">
<div class="feature-nav">
<div class="header">
<h4><?php echo $data->translation->nav_name; ?></h4>
</div>
<ul>
<?php /*<li><a href="/<?php echo $data->links->features->route; ?>"><?php echo \Illuminate\Support\Facades\Lang::get('translations.introduction'); ?></a></li>*/ ?>
<?php foreach($projects as $project): ?>
<li <?php if($project->id == $data->id): ?> class="active" <?php endif; ?>><a
href="/<?php echo $project->translation->route->route; ?>"><?php echo $project->translation->title; ?></a>
</li>
<?php endforeach; ?>
</ul>
</div>
<div class="feature-detail">
<div class="intro">
<div class="text">
<h1><?php echo $data->translation->title; ?></h1>
<h2><?php echo $data->translation->sub_title; ?></h2>
</div>
<?php /*<div class="animation-placeholder">*/ ?>
<?php /*<div class="cloud-image animation">*/ ?>
<?php /*<span class="cloud"></span>*/ ?>
<?php /*<span class="arrow"></span>*/ ?>
<?php /*<span class="computer"></span>*/ ?>
<?php /*<span class="tablet"></span>*/ ?>
<?php /*<span class="mobile"></span>*/ ?>
<?php /*</div>*/ ?>
<?php /*<p class="cloud-text"><?php echo \Illuminate\Support\Facades\Lang::get('translations.cloudDevices'); ?></p>*/ ?>
<?php /*</div>*/ ?>
</div>
<?php if(isset($data->translation->description)): ?>
<?php echo $__env->make('layouts.partials.dynamic.dynamicBlocks', ['dynamicDescription' => $data->translation->description], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php endif; ?>
<div class="other-features">
<p>
<?php echo \Illuminate\Support\Facades\Lang::get('translations.lookOtherFeatures'); ?>:
</p>
<div class="placeholder">
<?php foreach($data->otherFeatures as $otherFeature): ?>
<div class="feature-block">
<a href="/<?php echo $otherFeature->translation->route->route; ?>">
<?php /*<?php echo $__env->make('layouts.styling.window', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>*/ ?>
<div class="content">
<h5><?php echo $otherFeature->translation->title; ?></h5>
<p><?php echo $otherFeature->translation->sub_title; ?></p>
<span><?php echo \Illuminate\Support\Facades\Lang::get('translations.readMore'); ?></span>
</div>
</a>
</div>
<?php endforeach; ?>
</div>
</div>
</div>
</div>
</div>
<?php echo $__env->make('layouts.partials.projects.overviewFeatures', ['extraClass' => 'detail-page'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('layouts.partials.orangeRow', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('layouts.partials.dataSecurityRow', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->make('layouts.partials.footer', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('extra-js'); ?>
<script type="text/javascript" src="/js/projectDetail.js?v=2"></script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>