@section('title','Edit Product Category') @include('layout.header') @include('layout.sidebar')

Edit Product Category

@method('PUT') @csrf

General Information

@if(!empty($productGeneralinfo)) @foreach($productGeneralinfo as $pkey => $pVal)
@endforeach @else
@endif

Product Composition

@if(!empty($productComposition)) @foreach($productComposition as $pckey => $pcVal)
@endforeach @else
@endif

Nutritional Information

@if(!empty($productNutritional)) @foreach($productNutritional as $pnkey => $pnVal)
@endforeach @else
@endif
@if(!empty($ProductImage)) @foreach($ProductImage as $image)
GCMMF Turned 50 Image
@endforeach @endif
@include('layout.footer')