@extends('front.front-app') @include('front.header') @include('front.header-bottom-rent') @section('container')
@include('front.templates.breadcrumbs')

{!! auth()->check() == true ? '' : '' !!} {{$goods_item->name or ''}}

{!! CountRating($goods_item->goods_item_id) !!}

{{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())
@foreach($goods_photo as $one_photo)
img}")}}" alt="{{strtolower($goods_item->name)}}" title="{{$goods_item->name or ''}}">
@endforeach
@endif
{!! ShowLabelById(54, $lang_id) !!}

{!! ShowLabelById(56, $lang_id) !!}

{!! ShowLabelById(177, $lang_id) !!}

@if(!empty($rent_items) && count($rent_items))
@foreach($rent_items as $key => $one_rent_item) @endforeach
@endif

{{ $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())
{!! ShowLabelById(62, $lang_id) !!} ({{$users_feedback->total()}})
{!! ShowLabelById(63, $lang_id) !!}
@foreach($users_feedback as $one_feedback)
{{$one_feedback->name or ''}}
{{getMonthNameByNr($lang_id, $one_feedback->created_at)}}
@for($i = 5; $i > 0; $i--) @endfor
{!! $one_feedback->body or '' !!}
@endforeach @if($users_feedback->total() > 2) {!! ShowLabelById(64, $lang_id) !!}
@endif @endif

{!! ShowLabelById(65, $lang_id) !!}

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