config = $request->input('config'); return response()->json([ 'result' => $form->isDirty('config'), ]); } }