initial commit
This commit is contained in:
17
resources/js/helper/package.js
vendored
Normal file
17
resources/js/helper/package.js
vendored
Normal 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":"",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user