File: D:/HostingSpaces/SBogers10/rentman.komma.pro/app/storage/views/6f31a0f4a4ef3cafd7c57f65daceaf84
<div class="home-features-row">
<div class="background">
<div class="gray"></div>
<div class="orange"></div>
</div>
<div class="content-container">
<div class="content">
<h3><?php echo $blocks->get('home_features')->translation->name; ?></h3>
<h4><?php echo $blocks->get('home_features')->translation->sub_title; ?></h4>
<?php echo $blocks->get('home_features')->translation->description; ?>
<div class="feature-button">
<a href="<?php echo $data->links->trial->route; ?>">
<?php echo \Illuminate\Support\Facades\Lang::get('translations.giveTry'); ?>
</a>
</div>
</div>
<div class="features-block">
<div class="vertical-shadow"></div>
<ul class="home-features animation-part">
<?php foreach($features as $feature): ?>
<li class="<?php echo $feature->code_name; ?>"><a href="<?php echo $feature->translation->route->route; ?>"><span></span> <?php echo $feature->translation->title; ?></a></li>
<?php /*<li class="<?php echo $feature->code_name; ?>"><a href="<?php echo $data->links->features->route; ?>"><span></span> <?php echo $feature->translation->title; ?></a></li>*/ ?>
<?php endforeach; ?>
</ul>
<div class="feature-button">
<a href="<?php echo $data->links->features->route; ?>">
<?php echo \Illuminate\Support\Facades\Lang::get('translations.showMoreFeatures'); ?>
</a>
</div>
</div>
</div>
</div>