From a36e4d5e6787d5d7ebebd64e5eef06c40ca27cff Mon Sep 17 00:00:00 2001 From: Arya Dwi Putra Date: Mon, 1 Dec 2025 08:31:33 +0700 Subject: [PATCH] Align settings and RBAC tables with template table style --- resources/views/rbac/permissions/index.blade.php | 2 +- resources/views/rbac/roles/index.blade.php | 2 +- resources/views/rbac/users/index.blade.php | 2 +- resources/views/settings/index.blade.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/rbac/permissions/index.blade.php b/resources/views/rbac/permissions/index.blade.php index 36fc421..bb87d21 100644 --- a/resources/views/rbac/permissions/index.blade.php +++ b/resources/views/rbac/permissions/index.blade.php @@ -39,7 +39,7 @@ @endif
- +
diff --git a/resources/views/rbac/roles/index.blade.php b/resources/views/rbac/roles/index.blade.php index a67a87d..386c4ec 100644 --- a/resources/views/rbac/roles/index.blade.php +++ b/resources/views/rbac/roles/index.blade.php @@ -39,7 +39,7 @@ @endif
-
Permission
+
diff --git a/resources/views/rbac/users/index.blade.php b/resources/views/rbac/users/index.blade.php index fb2c54c..0aeab9a 100644 --- a/resources/views/rbac/users/index.blade.php +++ b/resources/views/rbac/users/index.blade.php @@ -39,7 +39,7 @@ @endif
-
Role
+
diff --git a/resources/views/settings/index.blade.php b/resources/views/settings/index.blade.php index 3793a23..183badb 100644 --- a/resources/views/settings/index.blade.php +++ b/resources/views/settings/index.blade.php @@ -46,7 +46,7 @@
{{ $group ?: 'general' }}
-
Nama
+
Key