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