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

Edit Product Sub Category

@method('PUT') @csrf
@php $imagePath = $productSubCategory->sub_category_image; @endphp
@php $subImagePath = $productSubCategory->sub_category_image_mobile; @endphp
@include('layout.footer')