update form data surveyor

This commit is contained in:
majid
2024-11-13 22:12:51 +07:00
committed by putrakuningan
parent 4eba7f893a
commit d3d918b838
21 changed files with 1518 additions and 1510 deletions

View File

@@ -19,6 +19,7 @@
'name' => 'required|max:255',
'slug' => 'required|max:255',
'jenis_legalitas_jaminan_id' => 'nullable',
'form_kategori.*' => 'required',
];
}