| # |
Category |
Subcategory Name |
Status |
Action |
@forelse ($subcategories as $key => $subcategory)
| {{ $key + 1 }} |
{{ $subcategory->category->heading ?? 'N/A' }}
|
{{ $subcategory->subcategory_name }}
|
@if($subcategory->status == 'Active' || $subcategory->status == 'active')
Active
@else
Inactive
@endif
|
|
@empty
|
No subcategories found.
|
@endforelse
@if(method_exists($subcategories, 'links'))
{{ $subcategories->links('pagination::bootstrap-4') }}
@endif