@extends("admin.layouts.master") @section('title','Add New Childcategory |') @section("body")

Child Category


{{csrf_field()}}
{{$errors->first('parent_id')}} (Please Choose Parent Category)
(Please Choose Subcategory)
(Please Enter Childcategory Name)
(Please Enter Description)
(Please Choose image)
@endsection