@foreach ($items as $index => $item) @php $isLast = $loop->last; @endphp
  1. @if (! $isLast) @if($index === 0) ⌂ @endif {{ $item['label'] }} / @else {{ $item['label'] }} @endif
  2. @endforeach