File: D:/HostingSpaces/SBogers101/cranendonckactief.nl/app/storage/views/0617ceff0833c934983ed3a0a7b69da4
<header>
<div class="small-row">
<div class="grid-row">
<a href="mailto:<?php echo Config::get('business.email'); ?>">
<span><?php echo \Illuminate\Support\Facades\Lang::get('translations.mail'); ?>:</span>
<?php echo Config::get('business.email'); ?>
</a>
<?php /*<a href="mailto:<?php echo Config::get('business.phone_call'); ?>" <?php if(sizeof(\Config::get('app.availableLanguages')) <= 1 ): ?> class="no-margin-right"<?php endif; ?>>*/ ?>
<?php /*<span><?php echo \Illuminate\Support\Facades\Lang::get('translations.call'); ?>:</span>*/ ?>
<?php /*<?php echo Config::get('business.phone_display'); ?>*/ ?>
<?php /*</a>*/ ?>
<?php foreach(['facebook','twitter'] as $item): ?>
<?php if(\Config::get('business.'.$item) != null): ?>
<a target="_blank" class="<?php echo $item; ?>" href="<?php echo \Config::get('business.'.$item); ?>">
<span class="icon"></span>
</a>
<?php endif; ?>
<?php endforeach; ?>
</div>
</div>
<div class="grid-row large-row">
<?php /* Logo */ ?>
<figure class="logo">
<a href="/">
<img alt="logo" src="/img/cranendocnk_actief_logo.svg">
</a>
</figure>
<?php /* Navigatie */ ?>
<nav>
<ul>
<?php foreach(\Config::get('navigation.main_navigation') as $item): ?>
<?php if(isset($links->{$item})): ?>
<li <?php if($page->code_name == $item): ?> class="active" <?php endif; ?>>
<a href="/<?php echo $links->{$item}->route; ?>"><?php echo $links->{$item}->name; ?></a>
</li>
<?php endif; ?>
<?php endforeach; ?>
</ul>
</nav>
</div>
<?php if(isset($shadow) && $shadow): ?>
<div class="shadow"></div>
<?php endif; ?>
</header>