diff --git a/views/breadcrumbs.blade.php b/views/breadcrumbs.blade.php index 4ac74da..8fe3f05 100644 --- a/views/breadcrumbs.blade.php +++ b/views/breadcrumbs.blade.php @@ -1,13 +1,9 @@ @foreach ($generate() as $crumbs) @if ($crumbs->url() && !$loop->last)
  • - - {{ $crumbs->title() }} - + {{ $crumbs->title() }}
  • @else -
  • - {{ $crumbs->title() }} -
  • +
  • {{ $crumbs->title() }}
  • @endif @endforeach