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