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