feat(branch): add 'is_dalam_kota' field to Branch form and validation rules

This commit is contained in:
Sholahuddin Al Ayubi
2025-12-11 15:30:20 +07:00
parent fec8dc083c
commit 0526a1bb05
2 changed files with 115 additions and 75 deletions

View File

@@ -28,6 +28,7 @@
'authorized_at' => 'nullable|datetime',
'authorized_status' => 'nullable|string|max:1',
'authorized_by' => 'nullable|exists:users,id',
'is_dalam_kota' => 'nullable|in:0,1',
];
if ($this->method() == 'PUT') {