I have a problem with the ajax that I am using, I need to send those variables but I get an error in the console, I can not find the route and I need to know how to send it by laravel obviously
$.ajax({
type: 'POST',
url: '{{url("actualizar_baja")}}',
data: {calibre:calibre, medio:medio, NCF:NCF, cantCD:cantCD, rango:rango, proteccion:proteccion, id:id, num:num},
//funcion para retornar los resultados y mostrarlo en cada td
success: function(resultado) {
$('#tabla_ntc_2050_utilizar'+id).html(resultado.split("#")[1]);
},
});
Console error
jquery-3.3.1.min.js: 2 POST design.test / Memories / 2 /% 7B% 7Burl ()% 7D% 7D / update_down 404 (Not Found)