@extends("admin/layouts.master-soyuz") @section('title','Create '.$findpro->name.' variant | ') @section("body")
{{$findpro->name}}'s Variant
Quick Guide
  • Common variant not work until you don't Link a variant.
  • Before Link a variant click on Add Variant Option (You can add up to 2 variant option).
  • After Link Variant option You can create unlimited variant from that options.
  • After Add a default variant you can create unlimited common variants.
@foreach($findpro->commonvars as $key=> $commonvariant) @endforeach @foreach($getopts as $opt) @endforeach @foreach($findpro->subvariants as $key=> $sub) @endforeach @endsection @section('custom-script')