{!! $product->name !!}
@if($product->purchased && \Auth::check())
{{ __('Download') }}
@endif
{!! shorten_str($product->short_description, 200) !!}
@if(config('app.realtime_views.product.enabled'))
@{{ realtimeViews.product }}@{{ __('Users are currently viewing this item.') }}
@endif
@if(!$product->valid_subscription && !$product->for_subscriptions && !out_of_stock($product))
@if($product->product_prices[$product->license_id]['is_free'])
@if(!is_null($product->stock))
{{ __('Free') }}
@elseif($product->product_prices[$product->license_id]['has_promo'])
{{ price($product->product_prices[$product->license_id]['promo_price']) }}
{{ price($product->product_prices[$product->license_id]['price']) }}
@else
{{ price($product->product_prices[$product->license_id]['price']) }}
@endif
{{ __(':count items left', ['count' => $product->stock])}}
@endif
{{ __('Ends in') }}
@if(!$product->affiliate_link)
@if(config('payments.enable_add_to_cart'))
@else
@if(!$product->product_prices[$product->license_id]['is_free'])
{{ __('Buy now') }}
@else
{{ __('Download') }}
@endif
@endif
@else
{{ __('Buy now') }}
@endif
@endif
@if($product->valid_subscription && !out_of_stock($product) && \Auth::check())
@endif
@if(out_of_stock($product))
@endif
@if(config('app.subscriptions.enabled') && $subscriptions->count() && !out_of_stock($product))
{{ __('This product can be downloaded with the following subscriptions') }} :
@foreach($subscriptions as $subscription)
days} ".__('Days') : "" }}" class="item">{{ $subscription->name }}
@endforeach








{{ __('Twitter') }}
{{ __('Tumblr') }}
{{ __('vKontakte') }}
{{ __('Pinterest') }}
{{ __('Facebook') }}
{{ __('Linkedin') }}
{{ __('Reddit') }}
{{ __('Ok.ru') }}
{{ __('Skype') }}
{{ __('Telegram') }}
{{ __('Whatsapp') }}