@props(['items' => []]) {{-- $items: array of ['label' => string, 'href' => string|null] Last item is the current page — no link, no href needed. Example: --}} merge(['class' => 'flex items-center flex-wrap gap-1 text-base text-black']) }}> @foreach ($items as $index => $item) @if (!$loop->first) / @endif @if (!empty($item['href'])) {{ $item['label'] }} @else {{ $item['label'] }} @endif @endforeach