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

    <?php /*Hier komt medewerkers*/ ?>

    <section class="about-extra">

        <div class="grid-row">

            <div class="grid-col col-4 offset-1 content">
                <img alt="anbi logo" src="/img/anbi.svg" width="160px" style="margin-bottom: 25px;" />
                    <?php echo $page->content->about_extra->description; ?>

            </div>

            <div class="grid-col col-5 offset-1 document-list">
                <h4><?php echo \Illuminate\Support\Facades\Lang::get('translations.yearDocuments'); ?></h4>
                <ul>
                    <?php foreach($page->documents as $document): ?>
                        <li>
                            <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>
                        </li>
                    <?php endforeach; ?>
                </ul>

            </div>

        </div>

    </section>

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