| Name |
Category |
Description |
Status |
Created By |
Created At |
Actions |
@forelse($subcategories as $subcategory)
| {{ $subcategory->name }} |
{{ $subcategory->category->name ?? 'N/A' }}
|
{{ $subcategory->description ? \Illuminate\Support\Str::limit($subcategory->description, 50) : 'N/A' }} |
{{ ucfirst($subcategory->status) }}
|
{{ $subcategory->createdBy->name ?? 'N/A' }} |
{{ $subcategory->created_at->format('Y-m-d H:i') }} |
|
@empty
| No subcategories found |
@endforelse
{{ $subcategories->links() }}