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/ridderstee.komma.pro/app/storage/views/a599ad6c6ce5491670a791315420e7c5
<div class="main-buttons">
    <div class="wrapper">
        <?php foreach(['invest', 'renting', 'surrounding', 'houses'] as $item): ?>
            <a class="<?php echo $item; ?> main-button <?php if($page->code_name == $item): ?> active <?php endif; ?> " href="<?php if($item == 'renting'): ?> https://ridderstee-ouddorpduin.nl/ <?php else: ?> /<?php echo $links->{$item}->route; ?> <?php endif; ?>" <?php if($item == 'renting'): ?> target="_blank" <?php endif; ?>>
                <div class="placeholder">
                    <div class="icon">
                        <span>
                            <?php echo $__env->make('svg.'.$item, array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                        </span>
                    </div>

                    <p><?php echo $links->{$item}->name; ?></p>

                    <span class="line"></span>
                </div>
            </a>
        <?php endforeach; ?>
    </div>
</div>