@php Theme::set('stickyHeader', 'false'); Theme::set('topHeader', Theme::partial('header-product-page', compact('product'))); Theme::set('bottomFooter', Theme::partial('footer-product-page', compact('product'))); Theme::set('pageId', 'product-page'); Theme::set('headerMobile', Theme::partial('header-mobile-product')); @endphp
{{ __('Sold By') }}: {{ $product->store->name }}
@endif{{ __('Days') }}
{{ __('Hours') }}
{{ __('Minutes') }}
{{ __('Seconds') }}
sku) style="display: none" @endif>{{ __('SKU') }}: {{ $product->sku }}
@if ($product->categories->count()){{ __('Categories') }}: @foreach($product->categories as $category) {!! BaseHelper::clean($category->name) !!}@if (!$loop->last),@endif @endforeach
@endif @if ($product->tags->count()) @endif