File: D:/HostingSpaces/EUmans/umansradepo.be/app/storage/views/7be5e932040c8de234532a7c3cd6289f
<div class="breadcrumb">
<ol itemscope itemtype="http://schema.org/BreadcrumbList">
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
<a itemprop="item" href="/<?php if( \Config::get('app.radepoActive')): ?><?php echo 'home'; ?><?php endif; ?>"><span itemprop="name">
<?php if( \Config::get('app.radepoActive')): ?>
<?php echo \Config::get('umans.business'); ?>
<?php else: ?>
<?php echo \Config::get('umans.business_isolation'); ?>
<?php endif; ?>
</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 class="clear"></div>
</div>