online-order/database/seeds/resources/categories.json

34 lines
570 B
JSON
Raw Permalink Normal View History

2023-11-01 16:42:26 +00:00
[
{
"id": 1,
"name": "Digital",
"slug": "digital",
"status": true,
"description": "digital",
"business_id": 1
},
{
"id": 2,
"name": "Washer",
"slug": "washer",
"status": true,
"description": "washer",
"business_id": 1
},
{
"id": 3,
"name": "Accessory",
"slug": "accessory",
"status": true,
"description": "accessory",
"business_id": 1
},
{
"id": 4,
"name": "Stationery",
"slug": "stationery",
"status": true,
"description": "stationery",
"business_id": 1
}
]