{{trans('website.labels.categories')}}
@foreach($book_categories as $book_category)
@if ($book_category->books->count())
-
{{HTML::linkRoute('book-category', $book_category->bookCategoryTranslations->first()->title, [$book_category->bookCategoryTranslations->first()->route])}}
@endif
@endforeach
{{trans('website.labels.languages')}}
@foreach($book_languages as $book_language)
@if ($book_language->books->count())
-
{{HTML::linkRoute('book-language', $book_language->bookLanguageTranslations->first()->title, [$book_language->bookLanguageTranslations->first()->route])}}
@endif
@endforeach
{{trans('website.labels.editions')}}
@foreach($book_editions as $book_edition)
@if ($book_edition->books->count())
-
{{HTML::linkRoute('book-edition', $book_edition->bookEditionTranslations->first()->title, [$book_edition->bookEditionTranslations->first()->route])}}
@endif
@endforeach