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/SBogers14/coeveringmatrijzen.nl/app/storage/views/9d91b2db17e3fae16e24d362999247d1
<?php $__env->startSection('content'); ?>

    <div class="column">
        <h1 class="title">Sitemap</h1>

        <ul>
            <li><a href="/" class="title">Home</a></li>
            <li><a href="/<?php echo $menuService->getRouteByController('CompanyController@index'); ?>" class="title">Bedrijfsprofiel</a></li>
            <li>
                <span class="title">Diensten</span>
                <ul>
                    <?php foreach(['projectDevelopment','projectManagement','stackMolds','moldDesign','production','threeDimensionalLaserCutters','polish','repairAndMaintenance'] as $service): ?>
                        <li>
                            <a class="title" href="/<?php echo $menuService->getRouteByController('ServicesController@' . $service); ?>">
                                <?php echo Lang::get('app/menus.' . $service); ?>

                            </a>
                        </li>
                    <?php endforeach; ?>
                </ul>
            </li>
            <li>
                <span class="title">Producten</span>
                <ul>
                    <?php foreach(['general','preProductionMolds','productionMolds','stackMolds','twoKMolds','precisionMechanicalParts'] as $product): ?>
                        <li>
                            <a class="title" href="/<?php echo $menuService->getRouteByController('ProductsController@' . $product); ?>">
                                <?php echo Lang::get('app/menus.' . $product); ?>

                            </a>
                        </li>
                    <?php endforeach; ?>
                </ul>
            </li>
            <li>
                <span class="title">Machinepark</span>
                <ul>
                    <?php foreach(['milling','lathing','deepHoleDrilling','grinding','zincSparkErosion','wireSparkErosion','laserMilling','cadCam','other'] as $machinery): ?>
                        <li>
                            <a class="title" href="/<?php echo $menuService->getRouteByController('MachineryController@' . $machinery); ?>">
                                <?php echo Lang::get('app/menus.' . $machinery); ?>

                            </a>
                        </li>
                    <?php endforeach; ?>
                </ul>
            </li>
            <li>
                <span class="title">Fotogalerij</span>
                <ul>
                    <?php foreach(['preProductionMolds','productionMolds','stackMolds','twoKMolds','precisionMechanicalParts','machines'] as $gallery): ?>
                        <li>
                            <a class="title" href="/<?php echo $menuService->getRouteByController('GalleryController@' . $gallery); ?>">
                                <?php echo Lang::get('app/menus.' . $gallery); ?>

                            </a>
                        </li>
                    <?php endforeach; ?>
                </ul>
            </li>

            <li><a href="/<?php echo $menuService->getRouteByController('ContactController@index'); ?>" class="title">Contact</a></li>


        </ul>
    </div>

<?php /*    <?php echo $__env->make('layouts.partials.ctaBlock', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>*/ ?>

    <div class="clear"></div>

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