@csrf

{{$product->name}}

{{$product->name}}
@if (count($product->gallery)) @foreach ($product->gallery as $item)
{{$product->name}}
@endforeach @endif
{{--
@if ($reviews->total)
{{$reviews->total}}
@endif
--}} @if ($ecommerce->allow_place_order)
Mức giá:

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

Số lượng
@else
Mức giá:

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

@endif @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 @if ($ecommerce->allow_place_order)
    {{--
    --}}
    @if ($creditPageByPhone) @endif

    * Hãy chọn cấu hình trước khi thêm giỏ hàng !

    @endif
    {{--

    Sold By: Go Pro

    --}}
    {!! $product->feature_description !!}
    {{-- Report Abuse --}} @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 ])

    Tổng quan

    {!! $product->detail !!}