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/SBogers10/immoginis.komma.pro/app/storage/views/a395fe5abc032470a9fbe3b65b514eb1
<div class="mobile"> <header> <div class="mobile_btn nav"><span class="icon"></span></div> <a class="logo" href="/"></a> <div class="mobile_btn contact"><span class="icon"></span></div> </header> <section class="mb_content scrollable"> <nav id="mobile_nav"> <ul class="inner"> <?php foreach($menuItems as $menuItem): ?> <li><a class="title <?php if($menuItem->id == $data->id): ?> active <?php endif; ?>" href="/<?php if($menuItem->route!='/'): ?><?php echo $menuItem->route; ?><?php endif; ?>"><span class="icon"></span><?php echo $menuItem->name; ?></a></li> <?php endforeach; ?> </ul> </nav> <div id="mobile_contact"> <div class="inner"> <h1 class="title blue"><?php echo \Config::get('business.name'); ?></h1> <p> <?php echo \Config::get('business.adres'); ?><br/> <?php echo \Config::get('business.zip'); ?> <?php echo \Config::get('business.city'); ?><br/> <?php echo \Config::get('business.country'); ?> </p> <p> <a href="tel:<?php echo \Config::get('business.phone.call'); ?>"><?php echo \Config::get('business.phone.display'); ?></a><br> <a href="mailto:<?php echo \Config::get('business.email'); ?>"><?php echo \Config::get('business.email'); ?></a> </p> <hr> <h4><?php echo \Illuminate\Support\Facades\Lang::get('translations.ginis'); ?></h4> <p> <span>BTW</span> <?php echo \Config::get('business.btw'); ?><br/> <span>BIV</span> <?php echo \Config::get('business.biv'); ?> </p> <a href="https://www.biv.be/de-vastgoedmakelaar/deontologie-van-de-vastgoedmakelaar" title="deontologische code van het BIV"> BIV Plichtenleer</a> <div class="rights"></div> </div> </div> </section> <div class="blur"></div> </div>