@forelse($books as $book)
@if($book->thumbnail) {{ $book->title }} @else
@endif
{{ $book->title }}

Language: {{ \App\Enums\BookLanguage::options()[$book->language] ?? '-' }}

View Details @if($book->files->count() == 0) @elseif($book->files->count() == 1) Download @else @endif
@empty
{{--

No books found.

--}}
@endforelse