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/SBogers100/femmassebv.com/app/storage/views/697293af0a21a1ca679c2b81d6f9583a
<?php $__env->startSection('editable_content'); ?>

    <?php foreach($projects as $project): ?>
        <div>
            <a href="/<?php echo $project->translation->route->route; ?>">
                <p><?php echo $project->translation->name; ?></p>
                <?php echo \Illuminate\Support\Facades\Lang::get('translations.readMore'); ?>
            </a>
        </div>
    <?php endforeach; ?>

<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>