@if($isAdmin)
{{ __('Viewing as Admin')}}
@endif

{{ $productt->name }}

@if(($productt->ref_code != null) && ($admstore->reference_code == 1))

{{ __('Reference Code') }}: {{ $productt->ref_code }}

@endif @include('front._product-details-info-meta-1') @if($productt->show_price) @include('front._product-details-show-price') @endif @include('front._product-details-info-meta-2') @if(!empty($productt->size)) @include('front._product-details-size') @endif @if(!empty($productt->color)) @include('front._product-details-color') @endif @if(!empty($productt->material) && $productt->stock > 0) @include('front._product-details-material') @endif @php $stck = (string) $productt->stock; @endphp @if($stck != null) @elseif($productt->type != 'Physical') @else @endif @include('front._product-details-info-meta-3') @if($gs->is_back_in_stock && $productt->emptyStock()) @include('front._product-details-back-in-stock') @endif @if($productt->ship != null)

{{ __("Estimated Shipping Time") }}: {{ $productt->ship }}

@endif @if($productt->sku != null)

{{ __("Product SKU") }}: {{ $productt->sku }}

@endif @if($gs->is_report) {{-- PRODUCT REPORT SECTION --}} @if(Auth::guard('web')->check()) @else @endif {{-- PRODUCT REPORT SECTION ENDS --}} @endif