@extends('layout.master') @section('body-class', 'page-product') @push('header') @endpush @section('content')

{{ $product['name'] }}

@{{ product.price_format }}
@{{ product.origin_price_format }}
{{ __('product.quantity') }}:
SKU:@{{ product.sku }}
{{ __('shop/products.model') }}: @{{ product.model }}
@if (0)
@for ($i = 0; $i < 5; $i++) @endfor
132 reviews
@endif

@{{ variable.name }}

@{{ value.name }}
{!! $product['description'] !!}
@endsection @push('add-scripts') @endpush