<div id="new" class="mb-xl">
<h5>{{ trans('entities.books_new') }}</h5>
- @if(count($popular) > 0)
+ @if(count($new) > 0)
@include('entities.list', ['entities' => $new, 'style' => 'compact'])
@else
<p class="text-muted pb-l mb-none">{{ trans('entities.books_new_empty') }}</p>
</div>
</div>
-@stop
\ No newline at end of file
+@stop