@include('website.eshop.banners')
@foreach($breadcrumbs as $index => $element)
@if (is_array($element))
-
{{$index}}
@else
@if ($index)
@if ($count)
-
{{$index}}
@else
- {{$index}}
@endif
@else
- {{$element}}
@endif
@endif
@endforeach
@include('website.eshop.partials.book-fullview', ['book' => $book])