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/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>