created master data: rayon, cost centre, kategori

This commit is contained in:
Jagad R R
2024-12-12 18:18:26 +07:00
parent 8cf94b5a5e
commit 095c2169c5
38 changed files with 1249 additions and 17 deletions
+1
View File
@@ -30,6 +30,7 @@ class AdminRequest extends FormRequest
'email' => 'required|max:100|email|unique:admins,email,' . $adminId,
'username' => 'required|max:100|unique:admins,username,' . $adminId,
'password' => $adminId ? 'nullable|confirmed' : 'confirmed',
'phone' => 'required|max:15|unique:admins,phone,' . $adminId,
];
}
}