@if($productt->type == 'Physical') @if($productt->emptyStock())
  • {{ __("Out of Stock!") }}

  • @else
  • @if($gs->show_stock) @if(empty($productt->size) && empty($productt->color) && empty($productt->material)) {{ $productt->stock }} {{ __("In Stock") }} @endif @if(!empty($productt->color)) {{ isset($productt->color_qty[0]) ? $productt->color_qty[0] : $productt->stock }} {{ __("In Stock") }} @endif @if(!empty($productt->material)) {{$material_stock}} {{ __("In Stock") }} @endif @if(!empty($productt->size)) {{ $gs->show_stock == 0 ? '' : $productt->size_qty[0] }} {{ __("In Stock") }} @endif @endif

  • @endif @endif @if($gs->is_rating == 1)
  • {{count($productt->ratings)}} {{ __("Review(s)") }}

  • @endif @if($productt->product_condition != 0)
  • {{ $productt->product_condition == 2 ? 'New' : 'Used' }}
  • @endif