diff --git a/app/Http/Controllers/Forms/FormOtherController.php b/app/Http/Controllers/Forms/FormOtherController.php index f74018e..20a6d2f 100644 --- a/app/Http/Controllers/Forms/FormOtherController.php +++ b/app/Http/Controllers/Forms/FormOtherController.php @@ -189,7 +189,7 @@ class FormOtherController extends Controller foreach ($roles as $role) { $users = Admin::getUserByRoleName($role)->filter(function ($user) use ($role, $cabang) { // Include 'Marketing Information System' without cabang filtering - if ($role === 'Marketing Information System') { + if ($role === 'Marketing Information System' || $role === 'Admin Region') { return true; }