@foreach ($crumbs = Theme::breadcrumb()->getCrumbs() as $i => $crumb) @if ($i != (count($crumbs) - 1))
  1. {{ $crumb['label'] }}
  2. @else
  3. {{ $crumb['label'] }}
  4. @endif @endforeach