@if ($groupedBooks(); as groupedBooks) { @if (groupedBooks.length) {
} @else if ($loadingCollection()) {
} @else {
{{ $currentCollection()?.length ? t('home.noMatchFilter') : t('home.noBooks') }}
} }