@props(['items' => []]) {{-- Breadcrumb rendered as pill badge (pl-hero-badge). $items = [['label' => 'Home', 'href' => route('home')], ['label' => 'To Let']] The last item is always rendered as the current page. --}} @if (! empty($items)) @php $last = count($items) - 1; @endphp @endif