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/122fd2d31e6ff6d0f13a4dbc45d603ad
<div class="mobile-navigation">
    <header>
        <div class="mobile_btn nav"><span class="icon"></span></div>
        <a class="logo" href="/"><img src="/images/structure/cees_van_de_coevering_matrijzen_logo.png" alt="Logo Cees van de Coevering Matrijzen" /></a>
        <div class="mobile_btn contact"><span class="icon"></span></div>
        <div class="orangeLine"></div>
    </header>
    <section class="mb_content scrollable">
        <nav id="mobile_nav">
            <ul class="inner">
                <li><a class="title" href="<?php echo $menuService->getRouteByController('HomeController@index'); ?>"><?php echo Lang::get('app/menus.home'); ?></a></li>
                <li><a class="title" href="/<?php echo $menuService->getRouteByController('CompanyController@index'); ?>"><?php echo Lang::get('app/menus.company'); ?></a></li>
                <li class="mb_dropdown">
                    <span class="title"><span class="dd_arrow"></span><?php echo Lang::get('app/menus.services'); ?></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 class="mb_dropdown">
                    <span class="title"><span class="dd_arrow"></span><?php echo Lang::get('app/menus.products'); ?></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 class="mb_dropdown">
                    <span class="title"><span class="dd_arrow"></span><?php echo Lang::get('app/menus.machinery'); ?></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 class="mb_dropdown">
                    <span class="title"><span class="dd_arrow"></span><?php echo Lang::get('app/menus.gallery'); ?></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 class="title" href="/<?php echo $menuService->getRouteByController('ContactController@index'); ?>"><?php echo Lang::get('app/menus.contact'); ?></a></li>
            </ul>
        </nav>
        <div id="mobile_contact">
            <div class="inner">
                <span class="title">Coevering Matrijzen</span>
                <p>
                    Luchthavenweg 8<br />
                    6021 PX Budel<br />
                    Nederland
                </p>
                <span class="data_title">tel</span>+31 (0)495 49 99 98<br />
                <span class="data_title">e-mail</span><a href="mailto:info@coeveringmatrijzen.nl">info@coeveringmatrijzen.nl</a>
            </div>
        </div>
    </section>
    <div class="blur"></div>
</div>