@if(is_array($product) && $product)
{{ $product['name'] }}
@if($product['seller_name'])

作者: {{ $product['seller_name'] }}

@endif

4.5 (100)

@if ($product['origin_price_format'])
{{ $product['origin_price_format'] }}
@endif
{{ $product['price_format'] }}
@endif @push('footer') @endpush