@include('admin.common-layout.header')
@php $sr=1; @endphp @foreach($category as $categoryList) @php $sr++; @endphp @endforeach
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
Add New Category
@csrf
Edit Category
@csrf
@include('admin.common-layout.footer')