File: D:/HostingSpaces/SBogers10/rentman.komma.pro/app/storage/views/af8eab10817243df3e0c8caa957a9776
<?php $__env->startSection('sky-content'); ?>
<?php echo $data->content->translation->description; ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('editable_content'); ?>
<?php echo $__env->make('layouts.partials.skyRow', ['class' => 'full-text'], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<section class="main-timeline">
<div class="placeholder">
<div class="end-timeline">
</div>
<?php /*<div class="current-rentman">*/ ?>
<?php /*<figure class="logo">*/ ?>
<?php /*<img src="/img/rentman-logo.svg" alt="logo rentman">*/ ?>
<?php /*</figure>*/ ?>
<?php /*</div>*/ ?>
<?php foreach($updates as $update): ?>
<?php if($update->date->year < $year): ?>
<span class="new-year">
<?php echo $update->date->year; ?>
</span>
<?php $year = $update->date->year ?>
<?php endif; ?>
<article
class=" <?php if(isset($update->rentmanUpdate->images) && $update->rentmanUpdate->images->count() != 0): ?> with-image <?php endif; ?> ">
<span class="date">
<?php echo $update->date->day . ' ' . trans('calender.months.'.$update->date->month); ?>
</span>
<div class="timeline-connection">
<span class="circle"></span>
<span class="line"></span>
</div>
<a href="/<?php echo $update->route->route; ?>">
<?php echo $__env->make('layouts.styling.window', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php if(isset($update->rentmanUpdate->images) && $update->rentmanUpdate->images->count() != 0): ?>
<figure>
<img class="large" alt="update image"
src="<?php echo $update->rentmanUpdate->images->first()->large_image_url; ?>">
<img class="medium" alt="update image"
src="<?php echo $update->rentmanUpdate->images->first()->medium_image_url; ?>">
</figure>
<?php endif; ?>
<div class="content">
<h3><?php echo $update->name; ?></h3>
<?php echo $update->overview; ?>
</div>
<p class="button"><?php echo \Illuminate\Support\Facades\Lang::get('translations.readMore'); ?></p>
</a>
</article>
<?php endforeach; ?>
<div class="moreUpdatesWrapper">
<a class="moreUpdatesLink"><?php echo \Illuminate\Support\Facades\Lang::get('translations.moreUpdates'); ?></a>
<p class="noMoreUpdates"><?php echo \Illuminate\Support\Facades\Lang::get('translations.noMoreUpdates'); ?></p>
</div>
</div>
</section>
<?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 $__env->stopSection(); ?>
<?php $__env->startSection('extra-js'); ?>
<script type="text/javascript" src="/js/moreUpdates.js?v=1"></script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>