| ID | Name | Status | Action |
|---|---|---|---|
| {{ ++$key }} | {{ ucfirst($category->name) }} |
@if($category->status == 1)
Active
@elseif($category->status == 0)
De-Active
@else
Wrong
@endif
|
|