@include('admin.common-layout.header')
|
|
Category Name | Status | Registered At | Action |
|---|---|---|---|---|
|
|
{{ $categoryList->category_name }} | @if($categoryList->status==1) Active @else Inactive @endif | @if(!empty($categoryList->created_at)) {{ date('d-m-Y', strtotime($categoryList->created_at)) }} @else @endif |
|