@foreach ($items as $item) @if ($loop->first)
  1. {{ $item['label'] }}
  2. @elseif ($loop->last)
  3. {{ $item['label'] }}
  4. @else
  5. {{ $item['label'] }}
  6. @endif @endforeach