{!! auth()->check() == true ? '' : '' !!} {{$goods_item->name or ''}}
{{totalRating($goods_item->goods_item_id)}} {!! ShowLabelById(131, $lang_id) !!}
{!! ShowLabelById(52, $lang_id) !!} {{$goods_item->one_c_code or ''}}
{!! ShowLabelById(53, $lang_id) !!}
{{$goods_item->barcode or ''}}
{!! ShowLabelById(50, $lang_id) !!} {{$lang_id == 2?$goods_item->getBannerId->name_ro:$goods_item->getBannerId->name}}
@if(!$goods_photo->isEmpty())
@endif
{!! ShowLabelById(54, $lang_id) !!}
{!! ShowLabelById(56, $lang_id) !!}
{!! ShowLabelById(177, $lang_id) !!}
{{ $goods_item->price or '' }} {!! ShowLabelById(6, $lang_id) !!}
@if($goods_item->prepayment){!! ShowLabelById(182, $lang_id) !!} {{ $goods_item->prepayment or '' }} {!! ShowLabelById(6, $lang_id) !!}
@endif @if($goods_item->deposit){!! ShowLabelById(183, $lang_id) !!} {{ $goods_item->deposit or '' }} {!! ShowLabelById(6, $lang_id) !!}
@endif {!! ShowLabelById(176, $lang_id) !!} {!! ShowLabelById(59, $lang_id) !!}
{!! $goods_item->body or '' !!}
@if(!empty(ParametrDisplay($goods_item->goods_subject_id, $goods_item, $lang_id)))
{!! ShowLabelById(61, $lang_id) !!}
@foreach(ParametrDisplay($goods_item->goods_subject_id, $goods_item, $lang_id) as $key => $one_parameter)
{{$one_parameter['name']}}
{{$one_parameter['value']}}
@endforeach
@if($key > 2)
{!! ShowLabelById(132, $lang_id) !!}
@endif
@endif
@if(!$users_feedback->isEmpty())
@foreach($users_feedback as $one_feedback)
@endforeach
@if($users_feedback->total() > 2)
{!! ShowLabelById(64, $lang_id) !!}
@endif
@endif
{!! ShowLabelById(62, $lang_id) !!}
({{$users_feedback->total()}})
{!! ShowLabelById(63, $lang_id) !!}
{!! $one_feedback->body or '' !!}
@if(!empty($relation_items))
@endif
@if(!empty($goods_item_recent))
@endif
{{--END same_products--}}