{{ ucfirst($product->name) }}
@if(!out_of_stock($product))
{{ __('Price') }} :
@if($product->free)
{{ __('Free') }}
@else
@{{ price(itemPrices[licenseId]['promo_price'], 1, 1) }}
@{{ price(itemPrices[licenseId]['price'], 1, 1) }}
@{{ __('Free') }}
@endif
@if($product->free && $product->free_time)
@else
@endif
@endif
{{ __('Ends in') }}
{{ __('Ends in') }}
{{ __('Last update') }} : {{ format_date($product->updated_at, 'd M, Y') }}
{{ $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) !!}