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/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>