@extends('backend.template.layouts.template-base') @section('title', 'Vital Kitchen - Duplicate ' . $product->name) @section('content') Duplicate — {{ $product->name }} All ingredients from the original product are pre-loaded. You can add, remove or regroup them. Fill in a new product name and info — the original product will not be modified. @csrf {{-- Empty product info (null = no prefill) --}} @include('backend.template.product-management.vital-kitchen-products.partials.product-info-fields', [ 'groups' => $groups, 'products' => $products, 'product' => null ]) {{-- Ingredients pre-loaded from original --}} @include('backend.template.product-management.vital-kitchen-products.partials.ingredient-section', [ 'prefillIngredients' => $prefillIngredients, 'prefillGroups' => $prefillGroups, ]) @include('backend.template.product-management.vital-kitchen-products.partials.seo-fields', ['seo' => null]) Save as Draft Cancel Duplicate Product Save as Draft @include('backend.template.product-management.vital-kitchen-products.partials.group-modal') {{-- Confirm Duplicate Modal --}} Duplicate Product? New Product Name - Total Ingredients 0 MRP (Standards) ₹0.00 A new product will be created with the ingredients above. Product Status Active Inactive Draft @endsection @section('scripts') @include('backend.template.product-management.vital-kitchen-products.partials.ingredient-scripts') @endsection
A new product will be created with the ingredients above.