cover}") }}" alt="cover">
@if(item_has_info($item, ['authors', 'pages', 'words', 'language']))
@if($item->authors)
{{ trim(explode(',', $item->authors)[0]) }}
@endif
@if($item->pages)
{{ __(':count pages', ['count' => $item->pages]) }}
@endif
@if($item->words)
{{ __(':count words', ['count' => $item->words]) }}
@endif
@if($item->language)
{{ __(mb_ucfirst($item->language)) }}
@endif
@endif
{{ $item->name }}
@if($category ?? null)
{{ rand_subcategory($item->subcategories, $item->category_name) }}
@endif
@if(($rating ?? null))
{!! item_rating($item->rating) !!}
@endif
@if(!$item->for_subscriptions && ($sales ?? null))
{{ __(':count Sales', ['count' => $item->sales]) }}
@endif
@if(!out_of_stock($item))
id }})">
@else
{{ __('Out of stock') }}
@endif