@foreach ($items as $item)
$loop->last]) @if ($loop->last) aria-current="page" @endif > @if ($item['url'] && ! $loop->last)
{!! $item['label'] !!}
@else
{!! Str::limit($item['label'], 60) !!}
@endif
@endforeach