diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index 87101e2..2f91a2a 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -3,7 +3,7 @@ @section('tajuk', 'Dashboard Kehadiran KTM') @section('kandungan') -
+
{{ $jumlahSemua }}
Jumlah KTM
@@ -19,7 +19,7 @@
-
+
@if (auth()->user()->isSuperadmin())
@@ -71,7 +71,7 @@
-
+

Senarai KTM (Ketua Tempat Mengundi)

@@ -145,4 +145,66 @@ {{ $assignments->count() }} rekod dipaparkan
+ + @endsection