@foreach(generateBreadcrumb() as $item) @if($loop->last)
  1. {{ $item['name'] }}
  2. @else
  3. {{ $item['name'] }}
  4. @endif @endforeach