Tab caetgories

This commit is contained in:
CHIEFSOFT\ameye
2023-09-02 12:12:38 -04:00
parent 0869f34fe0
commit 26dc4bc83b
@@ -144,21 +144,25 @@ class WrenchResources extends BaseController
"id" => "0", "id" => "0",
"name" => "blog", "name" => "blog",
"content" => "Blog", "content" => "Blog",
"enabled" => 1
], ],
[ [
"id" => "1", "id" => "1",
"name" => "onsale", "name" => "onsale",
"content" => "Questions?", "content" => "Questions?",
"enabled" => 1
], ],
[ [
"id" => "2", "id" => "2",
"name" => "owned", "name" => "owned",
"content" => "Interesting", "content" => "Interesting",
"enabled" => 0
], ],
[ [
"id" => "3", "id" => "3",
"name" => "created", "name" => "created",
"content" => "My Items", "content" => "My Items",
"enabled" => 1
], ],
] ]