@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])
Cancel
@include('backend.template.product-management.vital-kitchen-products.partials.group-modal') {{-- Confirm Create Modal --}}
@endsection @section('scripts') @include('backend.template.product-management.vital-kitchen-products.partials.ingredient-scripts') @endsection