@foreach($crumbs as $key => $crumb)
@if (is_null($crumb))
@endif
@if ($breadcrumbCount !== 0)
@icon('chevron-right')
@endif
@if (is_string($crumb))
{{ $crumb }}
@else
@icon($crumb->getType()){{ $crumb->getShortName() }}
@endif
@endforeach
{{--@if (isset($book) && userCan('view', $book))--}}
{{----}}
{{--@icon('book'){{ $book->getShortName() }}--}}
{{----}}
{{--@icon('chevron-right')
--}}
{{--@endif--}}
{{--@if(isset($chapter) && userCan('view', $chapter))--}}
{{----}}
{{--@icon('chapter'){{ $chapter->getShortName() }}--}}
{{----}}
{{--@if (isset($page))--}}
{{--@icon('chevron-right')
--}}
{{--@endif--}}
{{--@endif--}}
{{--@if(isset($page) && userCan('view', $page))--}}
{{----}}
{{--@icon('page'){{ $page->getShortName() }}--}}
{{----}}
{{--@endif--}}