@if ($product->audio_temp_file && in_array('mp3', $product->category->preview_file_types))
00:00
00:00
@else @lang('Product Image') @endif
@if ($product->category->file_type !== 'audio') @if ($product->demo_url) @lang('Live Preview') @endif @else @lang('Download Preview') @endif @if ($product->category->file_type !== 'audio') @lang('Screenshots') @if ($product->preview_video) @lang('Preview Video') @endif @endif
@if ($product->isTrending()) {!! file_get_contents(asset('assets/images/trending.svg')) !!} @endif
@php echo html_entity_decode($product->description); @endphp
@lang('More items by') {{ @$product->author->fullname }}
@lang('View author profile')
@foreach ($product->author->products()->approved()->where('id', '!=', $product->id)->orderBy('id', 'desc')->limit(8)->get() as $otherProduct) @endforeach