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