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

Add Parent Product Category

@if (Auth::user()->can('parent-product-category-list')) @endif

{{-- end header --}}
@csrf

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

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