@foreach($product->galleries as $gal) @endforeach

{{ $product->name }}

  • {{ $langg->lang77 }}: {{ sprintf("%'.08d",$product->id) }}

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

  • @else
  • {{ $langg->lang79 }}

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

    @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 @if($product->product_condition != 0)
  • {{ $langg->lang85 }}: {{ $product->product_condition == 2 ? 'New' : 'Used' }}

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

  • @endif

{{ $langg->lang87 }} :

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

@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