Child Category List

Child Category List

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