{{ $item->product->name_eng }}
@if ($item->product->expiarable_product == 1 && $item->transaction_type != 8 && $item->transaction_type != 9) @include('inventory.global.product_serial.warrenty', ['index'=>$i, 'item'=> $item]) @endif
@if ($type == 2) @else @endif
product->serialized_product != 1 ? 'step=".01"' : 'readonly') }} min="0" id="quantity{{ $i }}1" name="quantity{{ $i }}[]" {{ (($item->product->serialized_product == 1) ? 'onchange="addSerialField('.$i.', 1, this.value, '.$item->product->manufacture_code.')"' : '') }} class="form-control addQty{{ $i }}">
@forelse ($item->colorSizeSerial as $sl) @php($vl = preg_replace('/[^A-Za-z0-9\-]/', '', $sl->serial_no))
@if ($type == 2) @endif serial_count <= 1 ? '' : 'readonly' }} title="Serial" value="{{ $sl->serial_no }}" placeholder="Enter Serial" class="form-control {{ $type == 2 ? '' : 'check_duplicate'.$i.'1' }}" required id="sl_{{$vl}}" name="serial{{ $i }}1[]"/>
@if ($item->product->manufacture_code == 1)
@endif @if ($sl->serial_count <= 1 || ($type == 2 && ($sl->serial_count%2) == 0) || ($item->transaction_type == 4 && ($sl->serial_count%2) == 1)) @endif
@empty @endforelse @if ($type == 2)
{!! colorSizeSerialStock($item->product->storeSerial, $i.'1', $item->product->serialized_product, $i) !!}
@endif