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