{{ $product->title }}

@if ($product->hasMedia('gallery')) @foreach ($product->getMedia('gallery') as $key => $image) @endforeach @else @endif @if ($product->photo) @endif
@if ($product->hasMedia('gallery'))
@foreach ($product->getMedia('gallery') as $key => $image) @endforeach @if ($product->photo) @endif
@else @endif
@livewire('front-end.cart.product-item', ['product' => $product])
@widget('PageBlocks\ProductCartItems',['product_id' => @$product->id ])

{!! __('Quick overview') !!}

{!! removeEmptyParagraph($product->technical) !!}

{!! __('Customer Reviews') !!}

{!! __('Be the first to comment') !!}

@php $data = @$product->data; $lang =app()->getLocale(); $attributes = @$data['attributes']; $hasItems = array_has($attributes, [$lang.'.0.name']); $chk = false; if ($hasItems) { $chk = $attributes[$lang][0]['name']; } @endphp @if (!empty(@$attributes) && $chk)

{{ @$data['title_table'][$lang] }}

@foreach ($attributes[$lang] as $j => $v) @endforeach
{{ @$v['name'] }} {{ @$v["value"] }}
@endif
@widget('RelatedProducts',['cat_id' => $product->category_id,'except_id' => $product->id])
@widget('MostPopularProduct',['except_id' => $product->id])