@foreach (Breadcrumbs::current() as $crumb) @if ($crumb->url() && !$loop->last)
  1. @else
  2. {{ $crumb->title() }}
  3. @endif @endforeach