@extends(view:'layouts.dashboard')
@section(section:'content')
Category
Add New Category
| ID |
Category Name |
subcategory |
img |
Action |
@foreach($category as $category)
| {{$category->id}} |
{{$category->name}} |
{{$category->sub}} |
{{$category->img}} |
UPDATE
DELETTE
|