$.ajax({
      type: 'GET',
      url: errors_url,
      success: function(result) {
        $("#ajax-errors-card").html(result);