@if(config('app.show_badges_on_the_product_card')) @if($item->trending)
@elseif($item->featured)
@endif @endif cover ?? "default.webp")) }}" alt="cover">
{{ price($item->promotional_price ?? $item->price) }}
@if(!$item->has_preview('video') && !$item->has_preview('audio')) @if(!$item->for_subscriptions && config('app.show_add_to_cart_button_on_the_product_card')) @if(config('payments.enable_add_to_cart'))
{{ __('Add to cart') }}
@else
{{ __('Buy now') }}
@endif @endif @endif @if($item->preview_is('audio'))
@elseif($item->preview_is('video'))
@endif
{{ \Str::limit($item->name, 50) }}