initial commit

This commit is contained in:
2026-06-29 13:00:18 +06:00
commit f2aea74471
3931 changed files with 562423 additions and 0 deletions

17
resources/js/helper/package.js vendored Normal file
View File

@@ -0,0 +1,17 @@
export default {
labels:{
"1":"Basic",
"2":"Premium",
"3":"",
},
prices:{
"1":"19.97",
"2":"24.97",
"3":"14.99"
},
updateLimit:{
"1":"2 monthly",
"2":"Unlimited",
"3":"",
}
}