{{ __('Category List') }}
# | Icon | Category Name | Order No | Featured | Status | Action |
---|---|---|---|---|---|---|
{{ ++$id }} |
|
{{ $category->name }} | {{ $category->order_no }} | @if ($category->is_featured) Yes @else No @endif | @if ($category->status == 'active') {{ $category->status }} @else {{ $category->status }} @endif |