@if ($product->audio_temp_file && in_array('mp3', $product->category->preview_file_types))
00:00
00:00
@else @lang('Product Image') @endif @if ($product->isTrending()) {!! file_get_contents(asset('assets/images/trending.svg')) !!} @endif
@if ($product->is_free) @lang('Free') @else @php $hasDiscount = $product->campaign_product_price; @endphp @if ($hasDiscount[0]) {{ showAmount($product->productPrice('personal')) }} {{ showAmount($hasDiscount[1]) }} @else {{ showAmount($product->productPrice('personal')) }} @endif @endif
@if (@$product->total_review >= gs('min_reviews'))
@php echo displayRating($product->avg_rating); @endphp
@endif @if ($product->is_free) {{ $product->download_count ?: 0 }} {{ __(str()->plural('Download', $product->download_count ?: 0)) }} @else {{ $product->total_sold }} {{ __(str()->plural('Sale', $product->total_sold)) }} @endif
@if ($product->demo_url) @lang('Live Preview') @endif