Category
Resource for viewing and managing all the different categories.
| Category Name |
Create |
Update |
Action |
| Category Name |
Create |
Update |
Action |
@foreach ($data as $data)
| {{$data->category_name}} |
{{$data->created_at}} |
{{$data->updated_at}} |
@include('admin.editcategory')
|
@endforeach