[WIP] Update Dashboard Claim Final LOG

This commit is contained in:
R
2023-03-08 01:53:16 +07:00
parent ed96878dda
commit b587178c85
14 changed files with 1138 additions and 288 deletions

11
tailwind.config.js Normal file
View File

@@ -0,0 +1,11 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./resources/**/*.blade.php",
"./resources/**/*.js",
],
theme: {
extend: {},
},
plugins: [],
}