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/SBogers96/smilefotografie.nl/app/storage/views/c2d202e05f33b5c5e6abdd70913e14de
<div class="other-album-types">

    <?php /* Simulates depth */ ?>
    <div class="top-bar"></div>

    <?php /* Actual content */ ?>
    <div class="grid-container">

        <ul class="albums-holder">

            <?php foreach($albumPages as $albumPage): ?>

                <?php if($albumPage->code_name != $page->code_name): ?>

                    <li class="ratio">
                        <?php echo $__env->make('layouts.partials.callToActionImage',[
                            'name' => $albumPage->name,
                            'route' => $albumPage->route,
                            'thumb' => $albumPage->large_image_url,
                        ], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
                    </li>

                <?php endif; ?>

            <?php endforeach; ?>

        </ul>
    </div>

</div>