@extends('layout.master') @section('body-class', 'page-product') @push('header') @endpush @section('content')
@if(!is_mobile())
@else
@endif

{{ $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 }}
@if ($product['active'])
@else
{{ __('product.has_been_inactive') }}
@endif
{!! $product['description'] !!}
@endsection @push('add-scripts') @endpush