@extends('front.axies.master') @section('body')
{{ __('Home') }}  
{{ limit($product->name, 60) }}
@if($product->screenshots) @endif
cover}") }}')">
@if($product->preview && $product->preview_type === 'video') @endif @if($product->preview_type === 'audio')
@endif @if(!$product->preview && $product->preview_url) {{ __('Preview') }} @endif
{{ $product->category['name'] }}
@foreach(rating($product->fake_rating ?? $product->rating) as $rating) @endforeach
{{ $product->name }}
{{ limit($product->short_description, 180) }}
@if(is_numeric($product->stock) || $product->has_keys)
{{ $product->stock ?? $product->remaining_keys }} {{ __('Items left') }}
@endif @if(out_of_stock($product))
{{ __('This product is out of stock') }}
@elseif($product->affiliate_link)
{{ __('Buy now') }}
@elseif(!$product->for_subscriptions) @if($product->valid_subscription)
{{ __('Download') }}
@else @if($product->extended_price && !$product->has_promo())
@endif @if(!$product->is_free || $product->extended_price)
@if(config('payments.enable_add_to_cart')) @endif
@if(!$product->extended_price && $product->has_promo())
{{ price($product->price) }}
{{ price($product->promo_price) }}
@else
{{ price($product->price) }}
@endif
@if($product->minimum_price && customPriceEnabled('products'))
@endif @elseif($product->is_free) {{ __('Download') }} @endif @endif @else @if($product->valid_subscription)
{{ __('Download') }}
@else
{{ __('Available via subscriptions only') }}
@foreach($subscriptions as $subscription) {{ price($subscription->price) }} {{ $subscription->name }} @endforeach
@endif @endif
@if(config('app.show_streaming_player') && itemHasVideo($product))   @endif @if(config('app.enable_comments'))   @endif @if(config('app.enable_reviews'))   @endif @if(count($product->table_of_contents))   @endif @if($product->hidden_content)   @endif @isset($faq)   @endisset
{{-- OVERVIEW --}}
{!! $product->overview !!}
@if(config('app.show_streaming_player') && (auth_is_admin() || $product->purchased || $product->valid_subscription) && itemHasVideo($product))
00:00:00
@endif {{-- COMMENTS --}} @if(config('app.enable_comments'))
@auth
@if(config('app.enable_subcomments')) @endif
@{{ replyTo.userName }}
{{ __('Edit comment') }}
@endauth
@foreach($comments as $comment)
avatar}") }}" class="w-[50px] h-[50px] rounded-[.35rem]">
{{ $comment->name ?? $comment->alias_name ?? $comment->fullname }}
{{ format_date($comment->created_at, 'H:i | Y-m-d') }}
@if((\Auth::check() && \Auth::id() === $comment->user_id) || auth_is_admin())
@endif
{!! nl2br($comment->body) !!}
@if(count($comment->reactions ?? []))
@php $z_indexes = array_combine(array_reverse([6,5,4,3,2,1]), [6,5,4,3,2,1]); @endphp @foreach($comment->reactions as $name => $count)
iteration] }}">
@endforeach
@endif
@if(config('app.enable_subcomments'))
{{ __('Reply') }}
@endif @if(config('app.enable_reactions_on_comments'))
@endif
#{{ $comment->id }}
@if(config('app.enable_subcomments')) @if(count($comment->children))
@foreach($comment->children as $child_comment)
avatar}") }}" class="w-[50px] h-[50px] rounded-[.35rem]">
{{ $child_comment->name ?? $child_comment->alias_name ?? $child_comment->fullname }}
{{ format_date($child_comment->created_at, 'H:i | Y-m-d') }}
@if((\Auth::check() && \Auth::id() === $child_comment->user_id) || auth_is_admin())
@endif
{!! nl2br($child_comment->body) !!}
@if(count($child_comment->reactions ?? []))
@php $z_indexes = array_combine(array_reverse([6,5,4,3,2,1]), [6,5,4,3,2,1]); @endphp @foreach($child_comment->reactions as $name => $count)
iteration] }}">
@endforeach
@endif
{{ __('Reply') }}
@if(config('app.enable_reactions_on_comments'))
@endif
#{{ $child_comment->id }}
@endforeach
@endif @endif
@endforeach
@endif {{-- REVIEWS --}} @if(config('app.enable_reviews'))
@if(\Auth::check() && $product->purchased)
{{ __('Rating') }}
@foreach(rating(0) as $star)
@endforeach
@endif
@foreach($reviews ?? [] as $review)
avatar}") }}" class="w-[50px] h-[50px] rounded-[.35rem]">
{{ $review->username }}
{{ format_date($review->created_at, 'H:i | Y-m-d') }}
@if((\Auth::check() && \Auth::id() === $review->user_id) || auth_is_admin())
@endif
{{ $review->content }}
@foreach(rating($review->rating) as $star) @endforeach
{{ $review->rating }}/5
@if(!$loop->last)
@endif @endforeach
@endif {{-- TABLE OF CONTENTS --}} @if(count($product->table_of_contents))
@foreach($product->table_of_contents as $line)
{{ $line['text_type'] === 'subsubheader' ? '⭘' : '' }} {{ $line['text'] }}
@endforeach
@endif {{-- HIDDEN CONTENT --}} @if($product->hidden_content)
{!! $product->hidden_content !!}
@endif {{-- FAQ --}} @isset($faq)
@foreach($faq as $line)
Q. {{ $line['question'] }}
{{ $line['answer'] }}
@endforeach
@endisset
@if($product->authors) @endif @if($product->release_date) @endif @if($product->last_update) @endif @if($product->version) @endif @isset($files) @endisset @if($product->label) @endif @if($product->language) @endif @if($product->formats) @endif @if($product->tools_used) @endif @if($product->high_resolution) @endif @if($product->db) @endif @if($product->compatible_browsers) @endif @if($product->compatible_os) @endif @if($product->bpm) @endif @foreach($product->additional_fields ?? [] as $additional_field) @endforeach
{{ __('Details') }}
{{ __('Authors') }} {{ $product->authors }}
{{ __('Release date') }} {{ $product->release_date }}
{{ __('Last update') }} {{ $product->last_update }}
{{ __('Version') }} {{ $product->version }}
{{ __('Included files') }} {{ $product->included_files }}
{{ __('Label') }} {{ $product->label }}
{{ __('Language') }} {{ $product->language }}
{{ __('Formats') }} {{ $product->formats }}
{{ __('Tools used') }} {{ $product->tools_used }}
{{ __('High resolution') }} {{ __($product->high_resolution ? 'Yes' : 'No') }}
{{ __('Database') }} {{ $product->db }}
{{ __('Compatible browsers') }} {{ $product->compatible_browsers }}
{{ __('Compatible OS') }} {{ $product->compatible_os }}
{{ __('BPM') }} {{ $product->bpm }}
{{ __($additional_field->_name_) }} {{ $additional_field->_value_ }}
@if($similar_products->count()) @endif
@endsection