online-order/database/seeds/resources/categories.json
2023-11-01 20:12:26 +03:30

34 lines
570 B
JSON

[
{
"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
}
]