@include('components.backend.head') @include('components.backend.header') @include('components.backend.sidebar')
+ Add Product Category
@foreach ($product_category as $key => $category) @endforeach
# Product Category Action
{{ $key + 1 }} {{ $category->category_name }} Edit
@csrf @method('DELETE')
@include('components.backend.footer') @include('components.backend.main-js')