{{-- DEFAULT TEMPLATE --}} @extends('front.default.master') @section('additional_head_tags') @endsection @section('body')
{{ $title->text }}
@if($title->text_type === 'subheader') @else @endif {{ $title->text }}
| {{ __('Version') }} | {{ $product->version }} |
| {{ __('Category') }} | {{ $product->category }} |
| {{ __('Release date') }} | {{ $product->release_date }} |
| {{ __('Latest update') }} | {{ $product->last_update }} |
| {{ __('Included files') }} | {{ $product->included_files }} |
| {{ __('Authors') }} | {{ $product->authors }} |
| {{ __('Pages') }} | {{ $product->pages }} |
| {{ __('Words') }} | {{ $product->words }} |
| {{ __('Language') }} | {{ $product->language }} |
| {{ __('BPM') }} | {{ $product->bpm }} |
| {{ __('Bit rate') }} | {{ $product->bit_rate }} |
| {{ __('Label') }} | {{ $product->label }} |
| {{ __('Tags') }} | @foreach($product->tags ?? [] as $tag) {{ $tag }} @endforeach |
| {{ __('Compatible browsers') }} | {{ $product->compatible_browsers }} |
| {{ __('Comments') }} | {{ $product->comments_count }} |
| {{ __('Rating') }} | |
| {{ __('High resolution') }} | {{ $product->high_resolution ? 'Yes' : 'No' }} |
| {{ __('Sales') }} | {{ $product->sales }} |
{{ $comment->name ?? $comment->alias_name ?? $comment->fullname }} {{ $comment->created_at->diffForHumans() }}
{!! nl2br($comment->body) !!}{{ $child->name ?? $child->alias_name ?? $child->fullname }} {{ $child->created_at->diffForHumans() }}
{!! nl2br($child->body) !!}