main
Ilham Wara Nugroho 2026-09-13 17:35:17 +07:00
parent db9d2ebdb1
commit 3ac475c3d8
1 changed files with 2 additions and 2 deletions

View File

@ -177,8 +177,6 @@ class FormController implements HasMiddleware
// 'data' => 'required|array',
]);
dd(request()->all());
// Filter by Year
@ -202,6 +200,8 @@ class FormController implements HasMiddleware
->where('inventory_year',$inventoryYear)
->first();
dd($form);
// dd($form);
if(!@$form){
$Saveform = new ActivityForm;