{{$product->name}}
@if (count($product->gallery)) @foreach ($product->gallery as $item)
{{$product->name}}
@endforeach @endif

{{$product->name}}

{{--

Brand:Sony

--}} @if ($reviews->total)
{{$reviews->total}}
@endif

@if ($hasPromo) {{$product->priceFormat('list')}} @endif {{$product->priceFormat('final')}}

{{--

Sold By: Go Pro

--}}
    {!! implode("\n", array_map(function($el){return "
  • $el
  • ";}, nl2array($product->description))) !!}
@if ($product->affiliates && count($product->affiliates))
  • Sản phẩm hiện có trên:
  • @php $affiliateOptions = $options->theme->affiliates; @endphp @foreach ($product->affiliates as $affiliate) @php if($mas = martfury_affiliate_settings($affiliate->id)){ $a = $mas; }else{ $a = $affiliateOptions; } $color = $a->color; $border_color = $a->border_color($a->color); $logo_background_color = $a->logo_background_color; $logo_text_color = $a->text_color_color($logo_background_color?'#fff':''); $price_background_color = $a->price_background_color; $price_text_color = $a->price_text_color($color); @endphp @endforeach
    @endif
    @csrf {!! $product->attributesToHtml([ 'section_class' => 'ps-product__variations', 'attribute_class' => 'product__attributes', 'attribute_name_class' => 'product__attributes--name', 'value_list_class' => 'product__attribute__values', 'value_item_class' => 'product__attribute__value_item', 'select_class' => 'ps-select', 'image_class' => 'product__attribute__image', 'value_text_class' => 'ps-variant__tooltip', 'radio_class' => 'product-variant-radio-input', 'value_label_class' => 'ps-variant' ]) !!} @if ($ecommerce->allow_place_order)
    Số lượng
    {{--
    --}}
    @endif
    {{-- Report Abuse --}} @if ($product->code)

    Mã sản phẩm (sku):{{$product->code}}

    @endif @if ($product->category && $tree = $product->category->getTree())

    Danh mục: @foreach ($tree as $cate) {{$cate->name}}{{$loop->last?'':','}} @endforeach

    @endif @if ($product->tags && count($product->tags))

    Thẻ: @foreach ($product->tags as $tag) {{$tag->name}}{{$loop->last?'':','}} @endforeach

    @endif
    @include($_template.'share', [ 'link' => $product->getViewUrl(), 'title' => $product->name, 'description' => $product->getShortDesc(300), 'image' => $product->getFeatureImage(), 'template' => 2 ])
    {!! $product->detail !!}
    @if ($attributes = $product->getProductAttributes()) @foreach ($attributes as $attr) @endforeach
    {{$attr->label?$attr->label:$attr->name}}: @foreach ($attr->values as $val) {{$loop->index?', ':''}}{{$val->text}} @endforeach
    @endif

    {{$reviews->rating_avg}}

    {{$reviews->total}} đánh giá
    5 Sao
    {{$r5}}%
    4 Sao
    {{$r4}}%
    3 Sao
    {{$r3}}%
    2 Sao
    {{$r2}}%
    1 Sao
    {{$r1}}%
    @csrf

    Gửi đánh giá

    Email của bạn sẽ được giữ riêng tư. Các trường bắt buộc điền sẽ có dấu *

    {!! $html->sidebar_product->components !!}