@extends('backend.layouts_backend.master2') @section('title') Edit Product Category @endsection @section('content') {{-- header --}}

Edit Product Category


{{-- end header --}}
@csrf @method('PATCH')
{{-- validation --}} @if ($errors->has('parent_product_category_id')) @endif



{{-- validation --}} @if ($errors->has('product_category_name')) @endif

{{-- --}}
@endsection @section('extra_scripts') {{-- handline select2 --}} @endsection