@include('admin.layouts.header')
@include('admin.layouts.sidebar')
ID |
Category Name |
Status |
Action |
@if($category == "" && $category->isEmpty())
No data found. |
@else
@foreach($category as $key => $item)
{{ $key + 1 }} |
{{ $item->name }} |
{{ $item->status }} |
|
@endforeach
@endif
@include('admin.layouts.footer')