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/SBogers101/cranendonckactief.nl/app/storage/views/a4be07bade94ef73db4f2444a3d998db
<nav class="sub-menu latest-posts">

    <p>
        <?php echo KommaLang::get('latestPosts'); ?>

    </p>

    <ul>

        <li>
            <a href="/<?php echo $links->news->route; ?>">
                <p><?php echo \Illuminate\Support\Facades\Lang::get('translations.overview'); ?></p>
                <span class="arrow"><?php echo $__env->make('svg.arrow', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?></span>
            </a>
        </li>

        <?php foreach($posts as $latestPostItem): ?>

            <li <?php if($post->id == $latestPostItem->id): ?> class="active" <?php endif; ?>>
                <a href="/<?php echo $latestPostItem->translation->route->route; ?>">
                    <p><?php echo $latestPostItem->translation->name; ?></p>
                    <span class="arrow"><?php echo $__env->make('svg.arrow', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?></span>
                </a>
            </li>

        <?php endforeach; ?>

    </ul>

</nav>