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/SBogers60/vandeurzenheftrucks.nl/app/views/layouts/partials/breadcrumb.blade.php
<span class="holder current">

  @foreach($bread as $key => $crumb)
        @if($key == 0)
            <a href="/{{$crumb['url_part']}}" itemprop="url">
                <span class="double-arrow bc"></span>
                <span itemprop="title">{{$crumb['text']}}</span>
              </a>
        @else
            <span class="double-arrow bc"></span>
            <span itemprop="child">
                  <a href="/{{$crumb['url_part']}}" itemprop="url">
                    <span itemprop="title">{{$crumb['text']}}</span>
                  </a>
              </span>
        @endif
    @endforeach

    @if(sizeof($bread) == 0)
        <a href="/" itemprop="url">
                <span class="double-arrow bc"></span>
                <span itemprop="title">Home</span>
              </a>
    @endif

</span>