File: D:/HostingSpaces/SBogers10/ijzerenman.komma.pro/app/storage/views/812c24365e3893a40da238c2df617f28
<?php /* https://developers.google.com/structured-data/breadcrumbs#properties */ ?>
<div class="breadcrumb">
<ol itemscope itemtype="http://schema.org/BreadcrumbList">
<?php foreach($items as $key => $item): ?>
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" <?php echo $item->route == Route::current()->getUri() ? ' class="active"' : ''; ?>>
<a itemprop="item" href="/<?php echo $item->route; ?>">
<span itemprop="name"><?php echo $item->name; ?></span></a>
<meta itemprop="position" content="<?php echo $key + 1; ?>" />
<?php if($key != count($items)-1): ?>
<span class="arrow">›</span>
<?php endif; ?>
</li>
<?php endforeach; ?>
</ol>
<div class="phone">
<a href="tel:0031736572093">073 - 657 20 93</a>
</div>
</div>