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

Edit Product Category

@method('PUT') @csrf
@php $imagePath = $productCategory->category_image; @endphp
@php $imagePath = $productCategory->category_image_mobile; @endphp
@include('layout.footer')