public function destroy(Form $forms)
 {
     $forms->delete();
     return response()->json('', Response::HTTP_NO_CONTENT);
 }