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/b8c139ec5a283711c781f6dd72c6a7bd
<?php $__env->startSection('additional-page-content'); ?>

    <section class="documents grid-row">

        <div class="placeholder">

            <?php foreach($page->documents as $document): ?>

                <article class="document">
                    <a target="_blank" href="<?php echo $document->file->path; ?>">
                        <span class="icon"><?php echo $__env->make('svg.pdf', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?></span>
                        <h3><?php echo $document->name; ?></h3>
                    </a>
                </article>

            <?php endforeach; ?>

        </div>

    </section>

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