Child Category List
- Tables
- Child Category List
ID |
Name |
Sub Category Name |
Status |
Action |
@if($child_category == "" && $child_category->isEmpty())
No data found. |
@else
@foreach($child_category as $key => $item)
{{ $key + 1 }} |
{{ $item->name }} |
{{ $item->subCategory->name ?? ''}} |
{{ $item->status }} |
|
@endforeach
@endif
@include('admin.layouts.footer')