@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')}}