@if(auth()->check() == true) @endif {{ $goods_item->name or '' }}

@if(!empty($goods_item->getPhotos) && count($goods_item->getPhotos)) @endif {{--
--}}

@if(auth()->check() == true) @endif {{ $goods_item->name or '' }}

{{ ShowLabelById(52, $lang_id) }} {{ $goods_item->one_c_code or '' }}

{{ getDefaultPriceFormat($goods_item->price) }} {{ ShowLabelById(6, $lang_id) }}

@if(($goods_item->element_sale == 1 || $goods_item->promotion_id > 0) && $goods_item->old_price > 0)

{{ $goods_item->old_price or '' }} {{ ShowLabelById(6, $lang_id) }}

{{--@if($goods_item->sale)
{{ $goods_item->sale }}
@endif--}} @endif
{{--

În Stock

--}}

{{ ShowLabelById(298, $lang_id) }}

@if($goods_item->body) @endif @if($payment_and_delivery && $payment_and_delivery->body) @endif
@if($goods_item->body)
{!! $goods_item->body or '' !!}
@endif @if($payment_and_delivery && $payment_and_delivery->body)
{!! $payment_and_delivery->body or '' !!}
{{--

{{ ShowLabelById(320, $lang_id) }}--}} {{--

--}}
@endif
{{--
--}}
{{--
--}} {{--
--}} {{-- @if(!empty($relation_items) && count($relation_items))--}} {{-- --}} {{-- @endif--}} {{-- @if(!empty($goods_item_recent) && count($goods_item_recent))--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}}

{{ ShowLabelById(66, $lang_id) }}

@if(!empty($relation_items) && count($relation_items))
@foreach($relation_items as $one_goods_item) @if($one_goods_item)
@include('front.templates.product-template', ['one_goods_item' => $one_goods_item])
@endif @endforeach
{{--
--}}
@endif

{{ ShowLabelById(67, $lang_id) }}

@if(!empty($goods_item_recent) && count($goods_item_recent))
@foreach($goods_item_recent as $one_goods_item)
@include('front.templates.product-template', ['one_goods_item' => $one_goods_item])
@endforeach
{{--
--}}
@endif
{{--
--}} {{--
--}} @if(!$users_feedback->isEmpty())

{{ ShowLabelById(62, $lang_id) }} ({{ $users_feedback->count() }})

{{ ShowLabelById(63, $lang_id) }}

{{ ShowLabelById(302, $lang_id) }} *

@if(!getAuthorizedUser())
@endif
@foreach($users_feedback as $one_feedback)

{{ $one_feedback->name or '' }}

{{getMonthNameByNr($lang_id, $one_feedback->add_date ? $one_feedback->add_date : $one_feedback->created_at)}}

{{ $one_feedback->body or '' }}

@endforeach
@else

{{ ShowLabelById(63, $lang_id) }}

{{ ShowLabelById(302, $lang_id) }} *

@if(!getAuthorizedUser())
@endif

{{ ShowLabelById(303, $lang_id) }}

@endif