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/BVerhoeven/verhoevendak.nl/app/storage/views/66fcb769cd4d872b3bc7aa7809fc34a0
<?php
 $servicechildren = $links->services->page->findChildren()
?>
<div class="diensten-menu">

    <div class="grid-row full-row">

        <?php /* Main content */ ?>
        <div class="grid-col col-12">
        <?php foreach($servicechildren as $child): ?>
            <a href="/<?php echo $links->{$child->code_name}->route; ?>" class="<?php echo strtolower($links->{$child->code_name}->name); ?> button arrow <?php echo $child->id; ?>" value="<?php echo $links->{$child->code_name}->name; ?>">
                <?php echo $links->{$child->code_name}->name; ?>

                    <?php echo $__env->make('layouts.svg.'.strtolower($child->code_name), array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                <span class="bg"></span>
            </a>
        <?php endforeach; ?>
        </div>
    </div>


</div>