From e890785bc239428232445c0a2f01098cfbcc1318 Mon Sep 17 00:00:00 2001 From: Ahmad Firdaus Tarmidzi Date: Tue, 7 Nov 2023 06:13:30 +0700 Subject: [PATCH] Update dashboard --- resources/views/backend/dashboard.blade.php | 59 +++++++-------------- 1 file changed, 20 insertions(+), 39 deletions(-) diff --git a/resources/views/backend/dashboard.blade.php b/resources/views/backend/dashboard.blade.php index f6f84d7..53dfce6 100644 --- a/resources/views/backend/dashboard.blade.php +++ b/resources/views/backend/dashboard.blade.php @@ -16,52 +16,33 @@
- -
-
-
-
Nilai KM
- 5 -
-
+ +
+
+
+
Nilai RM
+ @foreach ($historiPengisian as $item) +
+
+
+
Nilai anda {{ $item->km_total }}
+ @endforeach
-
-
-
+
+
Nilai RM
- 80 + @foreach ($historiPengisian as $item)
-
+
- +
Nilai anda {{ $item->rm_total }}
+ @endforeach
@@ -74,8 +55,8 @@
    @foreach ($historiPengisian as $item) -

    KM = {{ $item->km_class }}

    -

    RM = {{ $item->rm_class }}


    +

    Nilai KM = {{ $item->km_class }}

    +

    Nilai RM = {{ $item->rm_class }}


    @endforeach
@@ -89,7 +70,7 @@
Histori Pengisian Kuesioner
    @foreach ($historiPengisian as $item) -
  • {{ $item->created_at }} - {{ $item->km_class }} / {{ $item->rm_class }}
  • +
  • {{ $item->created_at }}
  • @endforeach