Child Categories
{{ session('success') }}
@endif
@if ($errors->any())
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Create Child Categories
Child Category Table
# | Childcategory | Category | Actions |
---|---|---|---|
{{ $i++ }} | {{ $childCategory->child_title ?? '' }} | {{ $childCategory->parent_title ?? '' }} |
|
# | Childcategory | Category | Actions |