@if($loop->first)
| {{ $loop->parent->iteration }} |
@if($product->hasMedia('products'))
@else
بدون صورة
@endif
|
{{ $product->name }} |
{{ $product->color }} |
{{ $product->code }} |
@endif
@if($product->size_type === 'numbers')
({{ $size }})
@else
{{ strtoupper($size) }}
@endif
|
@if(isset($editing[$product->id][$size]) && $editing[$product->id][$size])
@else
{{ $quantities[$product->id][$size] ?? 0 }}
@endif
|
@if(isset($editing[$product->id][$size]) && $editing[$product->id][$size])
@else
@endif
|
@endif
@endforeach
@endforeach