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/1fc5b2a106742f760c76a314d88bb293
<?php
$servicechildren = $links->services->page->findChildren();

?>
<div class="footer-diensten-menu">
    <h2>Onze diensten</h2>
    <div class="grid-row full-row">

        <?php /* Main content */ ?>

        <div class="grid-col">
            <?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" value="<?php echo $links->{$child->code_name}->name; ?>">
                        <?php echo $links->{$child->code_name}->name; ?>

                </a>
            <?php endforeach; ?>
        </div>

    </div>


</div>