@include('includes.head')
| ID | Image | Name | Slug | Description | Home Show | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $cat->id }} |
@if($cat->image)
|
{{ $cat->name_en }} | {{ $cat->slug }} | {{ Str::limit($cat->description, 50) }} | @if($cat->is_show_in_home) Yes @else No @endif | {{ $cat->status ? 'Active' : 'Inactive' }} | |
| No categories found. | |||||||