storeForm($request->validated()); return redirect()->route('admin.forms.index') ->with('success', 'Form created successfully.'); } }