@extends('backend.template.layouts.template-base') @section('title', 'Vital Kitchen - New Product') @section('content') New Product @csrf @include('backend.template.product-management.vital-kitchen-products.partials.product-info-fields', [ 'groups' => $groups, 'products' => $products, 'product' => null ]) @include('backend.template.product-management.vital-kitchen-products.partials.ingredient-section', [ 'prefillIngredients' => null, 'prefillGroups' => null ]) @include('backend.template.product-management.vital-kitchen-products.partials.seo-fields', ['seo' => null]) Save as Draft Cancel Create Product Save as Draft @include('backend.template.product-management.vital-kitchen-products.partials.group-modal') {{-- Confirm Create Modal --}} Create Product? Product Name - Total Ingredients 0 MRP (Standards) ₹0.00 Add this product to your catalog? Ensure all ingredients and customization options are configured. Pricing and ingredient combinations will impact order totals. Product Status Active Inactive Draft @endsection @section('scripts') @include('backend.template.product-management.vital-kitchen-products.partials.ingredient-scripts') @endsection
Add this product to your catalog?