{{$category->category}}
@if($category->subCategory->isNotEmpty())
Subcategories
-
@foreach($category->subCategory as $subkey => $subcategory)
- {{$subcategory->category}} @endforeach
@include('components.dashboard.vertical')