From acb94a7d5af457317b59499a9312d1eaa63cc84f Mon Sep 17 00:00:00 2001 From: mikael-zakaria Date: Sat, 14 Dec 2024 12:03:43 +0800 Subject: [PATCH] update shadow card --- app/Views/admin/dashboard.php | 2 +- app/Views/fo/dashboard.php | 2 +- app/Views/sampling/dashboard.php | 2 +- app/Views/user/dashboard.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Views/admin/dashboard.php b/app/Views/admin/dashboard.php index 410a1fa..f395da8 100644 --- a/app/Views/admin/dashboard.php +++ b/app/Views/admin/dashboard.php @@ -87,7 +87,7 @@ function index() { stats.forEach ( (item, index) => { //console.log(item + ' ' + index); if(!count[item]) { count[item] = 0; } - statcontent += '
' + + statcontent += '
' + '
' + '
' + '
' + diff --git a/app/Views/fo/dashboard.php b/app/Views/fo/dashboard.php index fd02c5a..5d1edea 100644 --- a/app/Views/fo/dashboard.php +++ b/app/Views/fo/dashboard.php @@ -87,7 +87,7 @@ function index() { stats.forEach ( (item, index) => { //console.log(item + ' ' + index); if(!count[item]) { count[item] = 0; } - statcontent += '
' + + statcontent += '
' + '
' + '
' + '
' + diff --git a/app/Views/sampling/dashboard.php b/app/Views/sampling/dashboard.php index ff3d0a6..5891d08 100644 --- a/app/Views/sampling/dashboard.php +++ b/app/Views/sampling/dashboard.php @@ -87,7 +87,7 @@ function index() { stats.forEach ( (item, index) => { //console.log(item + ' ' + index); if(!count[item]) { count[item] = 0; } - statcontent += '
' + + statcontent += '
' + '
' + '
' + '
' + diff --git a/app/Views/user/dashboard.php b/app/Views/user/dashboard.php index dab8f50..7528c6f 100644 --- a/app/Views/user/dashboard.php +++ b/app/Views/user/dashboard.php @@ -87,7 +87,7 @@ function index() { stats.forEach ( (item, index) => { //console.log(item + ' ' + index); if(!count[item]) { count[item] = 0; } - statcontent += '
' + + statcontent += '
' + '
' + '
' + '
' +