@foreach ($items as $item)
  1. $loop->last]) @if ($loop->last) aria-current="page" @endif > @if ($item['url'] && ! $loop->last) {!! $item['label'] !!} @else

    {{ Str::limit($item['label'], 60) }}

    @endif
  2. @endforeach