@php
use App\Helpers\GeneralHelper;
@endphp
@if(!empty($variantsList))
@foreach($variantsList as $variant)
@php $i = 1; @endphp
@if(empty(GeneralHelper::getChildVariantId($productVariant->id)))
@endif
@if(!empty(GeneralHelper::getChildVariantId($productVariant->id)))
@endif
@foreach($productVariantChilds as $pChild)
@if($productVariant->variant_option_id == $pChild->variant_option_id)