@php
$pro = App\Product::where('id',$vars->pro_id)->first();
$row = App\AddSubVariant::withTrashed()->where('pro_id',$vars->pro_id)->get();
@endphp
@foreach($pro->variants as $key => $var)
@endforeach
Please enter Price In Positive or Negative
Ex. If for this product price is 100 and you enter +10 than price will be 110
OR
If for this product price is 100 and you enter -10 than price will be 90
@if($vars->variantimages && $vars->variantimages['image1'])
 }})
@else
 }})
@endif
Image 1
@if($vars->variantimages && $vars->variantimages['image2'])
 }})
@else
 }})
@endif
Image 2
@if($vars->variantimages && $vars->variantimages['image3'])
 }})
@else
 }})
@endif
Image 3
@if($vars->variantimages && $vars->variantimages['image4'])
 }})
@else
 }})
@endif
Image 4
@if($vars->variantimages && $vars->variantimages['image5'])
 }})
@else
 }})
@endif
Image 5
@if($vars->variantimages && $vars->variantimages['image6'])
 }})
@else
 }})
@endif
Image 6