@extends("admin/layouts.master") @section('title','Add Product Variant | ') @section("body")
Add Product Variant For {{ $findpro->name }}
{{ csrf_field() }}

Add Stock
@foreach($findpro->variants as $key=> $var)
@foreach($var->attr_value as $a => $value) @php $nameofvalue = App\ProductValues::where('id','=',$value)->first(); @endphp @endforeach
@endforeach

Please enter Price In Positive or Negative or zero

Ex. If you enter +10 and product price is 100 than price will be 110
OR
If you enter -10 and product price is 100 than price will be 90



Important

  • Altleast two variant image is required !
  • Default image will be Image 1 later you can change default image in edit variant section

Select Image 1

Choose File
No file chosen...

Select Image 2

Choose File
No file chosen...

Select Image 3

Choose File
No file chosen...

Select Image 4

Choose File
No file chosen...

Select Image 5

Choose File
No file chosen...

Select Image 6

Choose File
No file chosen...
Back
@endsection @section('custom-script') @endsection