From aaf784ad79bdc52261f159ed90b883d436a772d4 Mon Sep 17 00:00:00 2001 From: nurafrinaalimi16 Date: Mon, 10 Nov 2025 23:58:46 +0800 Subject: [PATCH] fix button only for X0301 --- resources/views/customers/v2/info.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/customers/v2/info.blade.php b/resources/views/customers/v2/info.blade.php index 523f34c..3e9e39d 100644 --- a/resources/views/customers/v2/info.blade.php +++ b/resources/views/customers/v2/info.blade.php @@ -157,7 +157,7 @@ - @if (isset($showAssignAnggotaBtn) && $showAssignAnggotaBtn) + @if (isset($showAssignAnggotaBtn) && $showAssignAnggotaBtn && auth()->user()->cawangan == 'X0301')