@foreach($product->galleries as $gal) @endforeach
@if(!empty($product->whole_sell_qty))

{{ $langg->lang770 }}

@foreach($product->whole_sell_qty as $key => $data1) @endforeach
{{ $langg->lang768 }} {{ $langg->lang769 }}
{{ $product->whole_sell_qty[$key] }}+ {{ $product->whole_sell_discount[$key] }}% {{ $langg->lang771 }}
@endif

{{ $product->name }}

    @if($product->type == 'Physical') @if($product->emptyStock())
  • {{ $langg->lang78 }}

  • @else
  • {{ $gs->show_stock == 0 ? '' : $product->stock }} {{ $langg->lang79 }}

  • @endif @endif
  • {{count($product->ratings)}} {{ $langg->lang80 }}

  • @if($product->product_condition != 0)
  • {{ $product->product_condition == 2 ? 'New' : 'Used' }}
  • @endif
    @if($product->type == 'License') @if($product->platform != null)
  • {{ $langg->lang82 }}: {{ $product->platform }}

  • @endif @if($product->region != null)
  • {{ $langg->lang83 }}: {{ $product->region }}

  • @endif @if($product->licence_type != null)
  • {{ $langg->lang84 }}: {{ $product->licence_type }}

  • @endif @endif

{{ $langg->lang87 }} :

{{ $product->showPrice() }} {{ $product->showPreviousPrice() }}

@if($product->youtube != null) @endif
@if(!empty($product->size))

{{ $langg->lang88 }} :

    @php $is_first = true; @endphp @foreach($product->size as $key => $data1)
  • {{ $data1 }}
  • @php $is_first = false; @endphp @endforeach
@endif @if(!empty($product->color))

{{ $langg->lang89 }} :

    @php $is_first = true; @endphp @foreach($product->color as $key => $data1)
  • @php $is_first = false; @endphp @endforeach
@endif @if(!empty($product->size)) @else @php $stck = (string)$product->stock; @endphp @if($stck != null) @elseif($product->type != 'Physical') @else @endif @endif
    @if($product->product_type != "affiliate")
    • 1
  • @endif @if (!empty($product->attributes)) @php $attrArr = json_decode($product->attributes, true); // dd($attrArr); @endphp @endif @if (!empty($attrArr))
    @foreach ($attrArr as $attrKey => $attrVal) @if (array_key_exists("details_status",$attrVal) && $attrVal['details_status'] == 1)
    {{ str_replace("_", " ", $attrKey) }} :
    @foreach ($attrVal['values'] as $optionKey => $optionVal)
    first ? 'checked' : '' }}>
    @endforeach
    @endif @endforeach
    @endif @if($product->product_type == "affiliate")
  • {{ $langg->lang251 }}
  • @else @if($product->stock === 0)
  • {{ $langg->lang78 }}
  • @else
  • {{ $langg->lang90 }}
  • {{ $langg->lang251 }}
  • @endif @endif @if(Auth::guard('web')->check())
  • @else
  • @endif
@if($product->ship != null)

{{ $langg->lang86 }}: {{ $product->ship }}

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

{{ $langg->lang77 }}: {{ $product->sku }}

@endif