{{ __('Loading') }}
@if(config('app.show_badges_on_the_product_card')) @if($item->trending)
@elseif($item->featured)
@endif @endif @if($item->preview_is('video')) cover ?? "default.webp")) }}"> @else cover ?? "default.webp")) }}"> @endif @if(!is_null($item->price))
{{ price($item->price) }}
@endif {{ $item->category_name }} @if($item->preview_is('audio'))
@elseif($item->preview_is('video'))
@endif @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
{{ $item->name }}