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/beerten.komma.nl/resources/views/components/breadcrumb.blade.php
<nav class="c-breadcrumb" role="navigation" aria-label="Breadcrumb">
    <ol class="c-breadcrumb__list">
        @foreach($breadcrumbList as $crumb)
            <li class="c-breadcrumb__item  @if($loop->last)  c-breadcrumb__item--last @endif">
                <i class="c-breadcrumb__icon" hidden>@include('components.icons.arrowhead')</i>

                {{--
                    To Customize a breadcrumb items name, add the desired segment to the translations file of the breadcrumb.
                    See line 94:103 of the BreadcrumbComposer how this works.
                 --}}
                <a class="c-breadcrumb__link" href="{{$crumb->route}}">{{$crumb->name}}</a>
            </li>
            @break(isset($stopAfterSegment) && $loop->iteration == $stopAfterSegment)
        @endforeach
    </ol>
</nav>