@if ($product->audio_temp_file && in_array('mp3', $product->category->preview_file_types))
@else
 . '/' . productFilePath($product, 'preview_image'), getFileSize('productPreview')) }})
@endif
@if ($product->isTrending())
{!! file_get_contents(asset('assets/images/trending.svg')) !!}
@endif
@php echo html_entity_decode($product->description); @endphp
@foreach ($product->author->products()->approved()->where('id', '!=', $product->id)->orderBy('id', 'desc')->limit(8)->get() as $otherProduct)
@endforeach