@props([ 'items' => [] ]) @if(count($items) > 0) @foreach($items as $index => $item) @if(!$loop->first) @endif @if($loop->last || empty($item['url'])) {{ $item['name'] }} @else {{ $item['name'] }} @endif @endforeach {{-- JSON-LD Schema for Breadcrumbs --}} @endif