- {!! $product->description !!}
+ @include ('shop::products.review', ['product' => $product])
+
+ @include ('shop::products.price', ['product' => $product])
+
+ @include ('shop::products.view.stock', ['product' => $product])
+
+
+ {!! $product->short_description !!}
+
+
+
+
+
+
+
+
+ @{{ errors.first('quantity') }}
+
+
+ @if ($product->type == 'configurable')
+
+ @else
+
+ @endif
+
+ @include ('shop::products.view.configurable-options')
+
+
+
+ {{ __('shop::app.products.description') }}
+
-
-
- @include ('shop::products.view.attributes')
+
+
- @include ('shop::products.view.reviews')
+ @include ('shop::products.view.attributes')
+
+ @include ('shop::products.view.reviews')
+