@include('front._product-details-info-meta-3-vendor') @if(!empty($productt->attributes)) @php $attrArr = json_decode($productt->attributes, true); @endphp @endif @if(!empty($attrArr)) @if($gs->attribute_clickable) @include('front._product-details-attribute-clickable') @else @include('front._product-details-attribute-normal') @endif @endif @include('front._product-details-info-meta-3-custom') @include('front._product-details-info-meta-3-custom-number') @if($gs->is_cart) @if($productt->product_type == "affiliate")
  • {{ __("Buy Now") }}
  • @else @if($productt->emptyStock())
  • {{ __("Out of Stock!") }}
  • @else
  • {{ __("Add to Cart") }}
  • {{ __("Buy Now") }}
  • @endif @endif @endif @if(Auth::guard('web')->check())
  • @else
  • @endif