@extends('backend.template.layouts.template-base') @section('title', 'Vital Kitchen - Edit ' . $product->name) @section('content')

Edit Product

@csrf
@include('backend.template.product-management.vital-kitchen-products.partials.product-info-fields', [ 'groups' => $groups, 'products' => $products, 'product' => $product ]) @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' => $product->seo ])
Cancel
@include('backend.template.product-management.vital-kitchen-products.partials.group-modal') {{-- Confirm Update Modal --}}
@endsection @section('scripts') @include('backend.template.product-management.vital-kitchen-products.partials.ingredient-scripts') @endsection