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