DONE: add flexible json update saham, yuran, and pelaburan ui

This commit is contained in:
ISMAIL MASSERAN
2026-07-19 11:54:13 +08:00
parent fa2eaef6c4
commit cd1dc4b9d8
18 changed files with 4010 additions and 15 deletions
+2 -1
View File
@@ -32,7 +32,8 @@
"API": "/api/v1/", //URL OF YOUR API LOCATED
"baseURL": "/", //URL OF YOUR WEBSITE
"storageURL": "{{ config('app.cloudinary_enabled') ? '' : '/storage/' }}", //URL WHERE YOUR IMAGES and OTHER FILEs stored
"debug": {{ env('APP_DEBUG') }}
"debug": {{ env('APP_DEBUG') ? 'true' : 'false' }},
"env": @json(config('app.env'))
}
</script>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>