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/031b1d3fd97cf23957454ffd12d7d5eb
<section class="projects-overview">

    <div class="grid-row">
        <?php echo $__env->make('layouts.partials.breadcrumb', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

        <div class="overview-placeholder grid-col col-12">

            <?php /* Make header and pagination if needed */ ?>
            <div class="overview-header grid-row full-row">
                <h1 class="grid-col"><?php echo $page->translation->name; ?></h1>

                <div class="grid-col pull-right categorie-holder">
                    <ul class="categories">
                        <li>
                            Filter op:
                        </li>
                        <?php foreach($categories as $category): ?>
                            <li>
                                <?php if( count($category->translations) && (!empty($category->images)) ): ?>

                                    <input type="checkbox" id="<?php echo $category->translations->first()->name; ?>"
                                           value="<?php echo $category->translations->first()->category_id; ?>"
                                           <?php if(!empty($currentCat) && count($currentCat) == 1 && $currentCat == $category->translations->first()->category_id): ?> checked
                                           <?php endif; ?>
                                           <?php if(!empty($currentCat) && count($currentCat) > 1 && in_array($category->translations->first()->category_id, $currentCat)): ?> checked <?php endif; ?>
                                    />
                                    <label for="<?php echo $category->translations->first()->name; ?>"><span></span><?php echo $category->translations->first()->name; ?>

                                    </label>
                                <?php endif; ?>
                            </li>
                        <?php endforeach; ?>
                    </ul>
                    <br>
                    <?php if(method_exists($projects, 'links') && $projects->getLastPage() != 1): ?>
                        <div class="pagination">
                            <?php echo $projects->links('layouts.partials.projects.pagination'); ?>

                        </div>
                    <?php endif; ?>
                </div>
            </div>
        </div>


        <?php /* Loop through news for this pagination page*/ ?>
        <div class="grid-row full-row articles">
            <?php echo $__env->make('layouts.partials.projects.projectsLoop', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
        </div>
        <?php if(method_exists($projects, 'links') && $projects->getLastPage() != 1): ?>
            <br>
            <div class="pagination grid-col col-12">
                <?php echo $projects->links('layouts.partials.projects.pagination'); ?>

            </div>
        <?php endif; ?>
        <br/>
        <br/>
        <div class="grid-row full-row bottom-categories">
            <div class="grid-col categorie-holder">
                <ul class="categories">
                    <li>
                        Filter op:
                    </li>
                    <?php foreach($categories as $category): ?>
                        <li>
                            <?php if( count($category->translations) && (!empty($category->images)) ): ?>

                                <input type="checkbox" id="<?php echo $category->translations->first()->name; ?>"
                                       value="<?php echo $category->translations->first()->category_id; ?>"
                                       <?php if(!empty($currentCat) && count($currentCat) == 1 && $currentCat == $category->translations->first()->category_id): ?> checked
                                       <?php endif; ?>
                                       <?php if(!empty($currentCat) && count($currentCat) > 1 && in_array($category->translations->first()->category_id, $currentCat)): ?> checked <?php endif; ?>
                                />
                                <label for="<?php echo $category->translations->first()->name; ?>"><span></span><?php echo $category->translations->first()->name; ?>

                                </label>
                            <?php endif; ?>
                        </li>
                    <?php endforeach; ?>
                </ul>
            </div>
        </div>

        <div class="grid-row referencesLink">
            <div class="grid-col col-12">
                <a href="/aannemers">Ook voor aannemers</a>
            </div>
        </div>

    </div>

    <div class="project-referenties">
        <div class="grid-row full-row">
            <div class="grid-row">
            <section class="grid-col references-text">
                <h2>Wil jij bij ons komen werken?</h2>
                <a href="/vacatures" class="button blue arrow">Vacatures</a>
            </section>
            <section class="grid-col col-7 references-imgHolder">
                <figure class="large"
                        style="background-image: url('/uploads/images/dynamic/1521803331-large-verhoeven-dakdekkersbedrijf-someren-van-der-weerden-02.jpg');"></figure>
            </section>
            </div>
        </div>
    </div>


</section>

<?php $__env->startSection('extra-js'); ?>
    <script type="text/javascript" src="/js/projects.js"></script>
<?php $__env->stopSection(); ?>