1. @foreach ($items as $title => $link) @if (!$loop->last)
  2. {{ $title }}
  3. @if ($loop->index < count($items) - 1) / @endif @else
  4. {{ $title }}
  5. @endif @endforeach