@php Theme::set('breadcrumbStyle', 'without-title'); Theme::layout('full-width'); Theme::asset()->container('footer')->usePath()->add('waypoints', 'plugins/waypoints/jquery.waypoints.min.js'); $flashSale = $product->latestFlashSales()->first(); Theme::set('pageTitle', $product->name); @endphp
@include(EcommerceHelper::viewPath('includes.product-gallery'))
@include(Theme::getThemeNamespace('views.ecommerce.includes.product-detail')) @include(Theme::getThemeNamespace('views.ecommerce.includes.product-sharing')) {!! dynamic_sidebar('product_details_sidebar') !!}
@if (EcommerceHelper::isEnabledCrossSaleProducts()) { @include(Theme::getThemeNamespace('views.ecommerce.includes.cross-sale-products')) @endif
{{ RvMedia::image($product->image, $product->name) }}

{{ $product->name }}

@include(Theme::getThemeNamespace('views.ecommerce.includes.product.style-1.price'))
@php $isOutOfStock = $product->isOutOfStock(); @endphp
@if (EcommerceHelper::isQuickBuyButtonEnabled()) @endif
@if (EcommerceHelper::isEnabledRelatedProducts()) @include(Theme::getThemeNamespace('views.ecommerce.includes.related-products')) @endif