File: D:/HostingSpaces/BVerhoeven/verhoevendak.nl/app/storage/views/274f0b1d81e45795e548fa1f8729b352
<div class="breadcrumb">
<ol itemscope itemtype="http://schema.org/BreadcrumbList">
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemprop="item" href="/"><span itemprop="name"><?php echo \Config::get('business.name'); ?></span></a>
<meta itemprop="position" content="1"/>
</li>
<?php foreach($bread as $key => $crumb): ?>
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemprop="item" href="<?php echo $crumb['url_part']; ?>">
<span itemprop="name">
<?php echo ucfirst( $crumb['text'] ); ?>
</span>
</a>
<meta itemprop="position" content="<?php echo $key + 2; ?>"/>
</li>
<?php endforeach; ?>
</ol>
</div>