diff --git a/resources/views/books/index.blade.php b/resources/views/books/index.blade.php index 418c0fea8d1..197de011d01 100644 --- a/resources/views/books/index.blade.php +++ b/resources/views/books/index.blade.php @@ -23,7 +23,7 @@
{{ trans('entities.books_new') }}
- @if(count($popular) > 0) + @if(count($new) > 0) @include('entities.list', ['entities' => $new, 'style' => 'compact']) @else

{{ trans('entities.books_new_empty') }}

@@ -59,4 +59,4 @@
-@stop \ No newline at end of file +@stop