@foreach (Theme::breadcrumb()->getCrumbs() as $crumb) @if($loop->first)
  • {{ $crumb['label'] }}
  • @elseif (! $loop->last)
  • {{ $crumb['label'] }}
  • @else
  • {{ $crumb['label'] }}
  • @endif @endforeach