@extends('layout.master') @section('body-class', 'page-product') @section('title', $product['meta_title'] ?: $product['name']) @section('keywords', $product['meta_keywords'] ?: system_setting('base.meta_keyword')) @section('description', $product['meta_description'] ?: system_setting('base.meta_description')) @push('header') @endpush @section('content')
@if(!is_mobile())
@else
@endif
@hookwrapper('product.detail.name')

{{ $product['name'] }}

@endhookwrapper
@{{ product.price_format }}
@{{ product.origin_price_format }}
@{{ item.num }} - @{{ numPrices[index + 1].num - 1 }} sets
>= @{{ item.num }} sets
@{{ item.price_format }}
@hookwrapper('product.detail.quantity')
{{ __('product.quantity') }}:
@endhookwrapper @if ($product['brand_id']) @hookwrapper('product.detail.brand')
{{ __('product.brand') }}: {{ $product['brand_name'] }}
@endhookwrapper @endif @hookwrapper('product.detail.sku')
SKU:@{{ product.sku }}
@endhookwrapper @hookwrapper('product.detail.model')
{{ __('shop/products.model') }}: @{{ product.model }}
@endhookwrapper
@if (0)
@for ($i = 0; $i < 5; $i++) @endfor
132 reviews
@endif

@{{ variable.name }}

@{{ value.name }}
@if ($product['active'])
@hook('product.detail.buy.before')
@hook('product.detail.buy.after')
@else
{{ __('product.has_been_inactive') }}
@endif
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- 组合--}} {{-- 不明--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- Cancel--}} Submit
{!! $product['description'] !!}
@foreach ($product['attributes'] as $group) @foreach ($group['attributes'] as $item) @endforeach @endforeach
{{ $group['attribute_group_name'] }}
{{ $item['attribute'] }} {{ $item['attribute_value'] }}
@if ($relations)
{{ __('admin/product.product_relations') }}
@foreach ($relations as $item)
@include('shared.product', ['product' => $item])
@endforeach
@endif @endsection @push('add-scripts') @endpush