From 90e58856bba215e1f4dadc8fa3082d70c1e1e253 Mon Sep 17 00:00:00 2001 From: zhadaarsita Date: Thu, 26 Feb 2026 11:15:17 +0700 Subject: [PATCH] fixed: error callback data --- resources/views/admin/denda/index.blade.php | 2 +- resources/views/admin/peminjaman/index.blade.php | 2 +- resources/views/auth/admin-login.blade.php | 4 ++-- resources/views/auth/login.blade.php | 16 ++++------------ 4 files changed, 8 insertions(+), 16 deletions(-) diff --git a/resources/views/admin/denda/index.blade.php b/resources/views/admin/denda/index.blade.php index d724c67..d455dc2 100644 --- a/resources/views/admin/denda/index.blade.php +++ b/resources/views/admin/denda/index.blade.php @@ -61,7 +61,7 @@
{{ $item['peminjam'] }}
{{ $item['kelas'] }}
- {{ $item['no_hp'] }} + {{ $item['nomor_hp'] }}
diff --git a/resources/views/admin/peminjaman/index.blade.php b/resources/views/admin/peminjaman/index.blade.php index 22ffef8..417cba0 100644 --- a/resources/views/admin/peminjaman/index.blade.php +++ b/resources/views/admin/peminjaman/index.blade.php @@ -75,7 +75,7 @@
{{ $transaksi['peminjam'] }}
-
{{ $transaksi['no_hp'] }}
+
{{ $transaksi['nomor_hp'] }}